Searched refs:ERRNO_UNK (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_pcm.c | 281 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_update_pcm_ack() 304 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_update_pcm_ack()
|
H A D | rack.c | 15155 (void)tcp_log_event(tp, NULL, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fini() 15604 (void)tcp_log_event(rack->rc_tp, NULL, NULL, NULL, TCP_PCM_MEASURE, ERRNO_UNK, in rack_log_pcm() 18893 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_rsm_output() 19429 lgb = tcp_log_event(tp, th, NULL, NULL, TCP_LOG_OUT, ERRNO_UNK, in rack_fast_output() 21997 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 | 13515 lgb = tcp_log_event(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in bbr_output_wtime()
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.h | 297 #define ERRNO_UNK (-1) macro
|
H A D | tcp_output.c | 1427 TCP_LOG_OUT, ERRNO_UNK, len, NULL, false, NULL, NULL, 0, in tcp_default_output()
|
H A D | tcp_subr.c | 2109 ERRNO_UNK, 0, &log, false, NULL, NULL, 0, &tv); in tcp_respond()
|