taglinefilesource code
c_iflag59fs/tty_ioctl.ctmp_termio.c_iflag = tty->termios.c_iflag;
c_iflag81fs/tty_ioctl.c*(unsigned short *)&tty->termios.c_iflag = tmp_termio.c_iflag;
c_iflag44include/termios.hunsigned short c_iflag;    /* input mode flags */
c_iflag54include/termios.hunsigned long c_iflag;    /* input mode flags */
c_iflag28kernel/chr_drv/tty_io.c#define _I_FLAG(tty,f)  ((tty)->termios.c_iflag & f)