Searched refs:TCP_LOG_OUT (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_log_buf.h | 191 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_log_buf.c | 3329 case TCP_LOG_OUT: in db_print_bblog_entries()
|
| H A D | tcp_subr.c | 2090 lgb = tcp_log_event(tp, nth, NULL, NULL, TCP_LOG_OUT, in tcp_respond()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 14999 (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 D | bbr.c | 13503 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
|