Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dtcp_log_buf.h172 TCP_LOG_OUT, /* Transmit (without other event) 2 */ enumerator
H A Dtcp_output.c1332 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in tcp_output()
1533 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, in tcp_output()
/freebsd-12.1/sys/netinet/tcp_stacks/
H A Drack.c8509 lgb = tcp_log_event_(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in rack_output()