INPCK             108 include/linux/tty.h #define I_INPCK(tty)	_I_FLAG((tty), INPCK)
INPCK              26 include/linux/usb/serial.h #define RELEVANT_IFLAG(iflag)	(iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))