Searched refs:TCP_LOG_EVENT (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_log_buf.h | 319 #define TCP_LOG_EVENT TCP_LOG_EVENT_VERBOSE macro 321 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ macro
|
| D | tcp_output.c | 1354 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in tcp_output() 1556 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, in tcp_output()
|
| D | tcp_timer.c | 616 TCP_LOG_EVENT(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, NULL, false); in tcp_timer_rexmt()
|
| D | tcp_log_buf.c | 2431 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, in tcp_log_flowend()
|
| D | tcp_usrreq.c | 1238 TCP_LOG_EVENT(tp, NULL, in tcp_usr_send()
|
| D | tcp_input.c | 1564 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_IN, 0, in tcp_do_segment()
|
| /freebsd-12-stable/sys/netinet/tcp_stacks/ |
| D | rack.c | 925 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_to_start() 945 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_to_event() 971 TCP_LOG_EVENT(tp, NULL, in rack_log_rtt_upd() 1018 TCP_LOG_EVENT(tp, NULL, in rack_log_progress_event() 1038 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_type_bbrsnd() 1059 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_doseg_done() 1081 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_type_just_return() 1104 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_to_cancel() 1124 TCP_LOG_EVENT(rack->rc_tp, NULL, in rack_log_to_processing() 6708 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_IN, 0, in rack_hpts_do_segment()
|