Searched refs:TCP_LOG_OUT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_log_buf.h | 175 TCP_LOG_OUT, /* Transmit (without other event) 2 */ enumerator
|
| H A D | tcp_output.c | 1452 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in tcp_output() 1667 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, in tcp_output()
|
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 15523 lgb = tcp_log_event_(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_rsm_output() 16001 lgb = tcp_log_event_(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_output() 18186 lgb = tcp_log_event_(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in rack_output()
|
| H A D | bbr.c | 13654 lgb = tcp_log_event_(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
|