Home
last modified time | relevance | path

Searched refs:t_logstate (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c1190 tp->t_logstate = tcp_log_auto_mode; in tcp_log_tcpcbinit()
1335 switch(tp->t_logstate) { in tcp_log_tcpcbfini()
1491 tp->t_logstate = TCP_LOG_STATE_OFF; in tcp_log_tcpcbfini()
1510 tp->t_logstate = TCP_LOG_STATE_OFF; in tcp_log_purge_tp_logbuf()
1553 tp->t_logstate)); in tcp_log_event_()
1601 tp->t_logstate = TCP_LOG_STATE_OFF; in tcp_log_event_()
1619 tp->t_logstate = TCP_LOG_STATE_OFF; in tcp_log_event_()
1758 tp->t_logstate = TCP_LOG_STATE_OFF; in tcp_log_state_change()
1766 tp->t_logstate = state; in tcp_log_state_change()
1774 tp->t_logstate = TCP_LOG_STATE_OFF; in tcp_log_state_change()
[all …]
H A Dtcp_log_buf.h303 if (tp->t_logstate != TCP_LOG_STATE_OFF) \
336 else if (tp->t_logstate != TCP_LOG_STATE_OFF) \
344 if (tp->t_logstate != TCP_LOG_STATE_OFF) \
H A Dtcp_var.h136 t_logstate:8; /* State of "black box" logging */ member
772 int32_t t_logstate; /* (3) */ member
H A Dtcp_reass.c210 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in tcp_log_reassm()
247 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in tcp_reass_log_dump()
H A Dtcp_lro.c442 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in tcp_lro_log()
H A Dtcp_subr.c3455 xt->t_logstate = tp->t_logstate; in tcp_inptoxtp()
H A Dtcp_hpts.c1588 if (hpts_does_tp_logging && (tp->t_logstate != TCP_LOG_STATE_OFF)) { in tcp_hptsi()
H A Dtcp_usrreq.c2600 optval = tp->t_logstate; in tcp_default_ctloutput()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c1897 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_type_bw_reduce()
1920 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_type_rwnd_collapse()
1939 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_type_just_return()
1964 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_type_enter_rec()
1982 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_msgsize_fail()
2001 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_flowend()
2024 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_pkt_epoch()
2067 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_set_of_state_target()
2091 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_type_statechange()
2119 if (bbr->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in bbr_log_rtt_shrinks()
[all …]
H A Drack.c1638 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_retran_reason()
1677 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_to_start()
1709 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_to_event()
1741 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_rtt_upd()
1811 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_rtt_sample()
1861 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_type_bbrsnd()
1887 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_doseg_done()
1917 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_type_hrdwtso()
1945 if (rack->rc_tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_log_type_just_return()
10791 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in rack_do_segment_nounlock()
[all …]
H A Drack_bbr_common.c864 if (tp->t_logstate != TCP_LOG_STATE_OFF) { in ctf_log_sack_filter()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h136 t_logstate:8; /* State of "black box" logging */ member
772 int32_t t_logstate; /* (3) */ member