taglinefilesource code
HUPCL886drivers/char/serial.cif (info->tty && !(info->tty->termios->c_cflag & HUPCL))
HUPCL1782drivers/char/tty_io.ctp->c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL207include/linux/tty.h#define C_HUPCL(tty)  _C_FLAG((tty),HUPCL)