tag
line
file
source code
INPCK
2796
drivers/char/istallion.c
if (tiosp->c_iflag & (INPCK | PARMRK))
INPCK
2078
drivers/char/stallion.c
if (tiosp->c_iflag & (INPCK | PARMRK))
INPCK
131
include/linux/tty.h
#define I_INPCK(tty) _I_FLAG((tty),INPCK)