Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c1191 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()
H A Dtcp_var.h436 #define TF2_LOG_AUTO 0x00000008 /* Session is auto-logging. */ macro
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h436 #define TF2_LOG_AUTO 0x00000008 /* Session is auto-logging. */ macro