Home
last modified time | relevance | path

Searched refs:TF2_LOG_AUTO (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.c1297 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()
1963 tp->t_flags2 &= ~(TF2_LOG_AUTO); in tcp_log_state_change()
2375 if (tp->t_lib == NULL && (tp->t_flags2 & TF2_LOG_AUTO) && in tcp_log_dump_tp_logbuf()
H A Dtcp_var.h829 #define TF2_LOG_AUTO 0x00000008 /* Session is auto-logging. */ macro
H A Dtcp_syncache.c1015 ((sototcpcb(lso)->t_flags2 & TF2_LOG_AUTO) == 0) && in syncache_socket()
H A Dtcp_usrreq.c2947 if (t_flags2 & TF2_LOG_AUTO) { in db_print_tflags2()