taglinefilesource code
c_cflag107include/linux/tty.h#define C_SPEED(tty)  ((tty)->termios.c_cflag & CBAUD)
c_cflag50include/termios.hunsigned short c_cflag;    /* control mode flags */
c_cflag60include/termios.htcflag_t c_cflag;    /* control mode flags */
c_cflag36kernel/chr_drv/tty_ioctl.cquot = quotient[tty->termios.c_cflag & CBAUD];
c_cflag151kernel/chr_drv/tty_ioctl.ctmp_termio.c_cflag = tty->termios.c_cflag;
c_cflag182kernel/chr_drv/tty_ioctl.c*(unsigned short *)&tty->termios.c_cflag = tmp_termio.c_cflag;