Searched refs:TF2_LOG_AUTO (Results 1 – 4 of 4) sorted by relevance
1297 tp->t_flags2 |= TF2_LOG_AUTO; in tcp_log_tcpcbinit()1736 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_event()1964 tp->t_flags2 &= ~(TF2_LOG_AUTO); in tcp_log_state_change()2376 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_dump_tp_logbuf()
850 #define TF2_LOG_AUTO 0x00000008 /* Session is auto-logging. */ macro
1000 ((sototcpcb(lso)->t_flags2 & TF2_LOG_AUTO) == 0) && in syncache_socket()
2991 if (t_flags2 & TF2_LOG_AUTO) { in db_print_tflags2()