Searched refs:TCP_LOG_OUT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_log_buf.h | 201 TCP_LOG_OUT, /* Transmit (without other event) 2 */ enumerator
|
| H A D | tcp_output.c | 1423 TCP_LOG_OUT, ERRNO_UNK, len, NULL, false, NULL, NULL, 0, in tcp_default_output()
|
| H A D | tcp_subr.c | 2164 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond()
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 15534 (void)tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fini() 19118 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_rsm_output() 19664 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_output() 22082 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 | 13519 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
|