Home
last modified time | relevance | path

Searched refs:TCP_LOG_OUT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_log_buf.h191 TCP_LOG_OUT, /* Transmit (without other event) 2 */ enumerator
H A Dtcp_output.c1423 TCP_LOG_OUT, ERRNO_UNK, len, NULL, false, NULL, NULL, 0, in tcp_default_output()
H A Dtcp_log_buf.c3329 case TCP_LOG_OUT: in db_print_bblog_entries()
H A Dtcp_subr.c2090 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c14999 (void)tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fini()
18743 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_rsm_output()
19275 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_output()
21837 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in rack_output()
H A Dbbr.c13503 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()