Searched refs:TF2_LOG_AUTO (Results 1 – 3 of 3) sorted by relevance
1191 tp->t_flags2 |= TF2_LOG_AUTO; in tcp_log_tcpcbinit()1581 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_event_()1776 tp->t_flags2 &= ~(TF2_LOG_AUTO); in tcp_log_state_change()2168 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_dump_tp_logbuf()
436 #define TF2_LOG_AUTO 0x00000008 /* Session is auto-logging. */ macro