Home
last modified time | relevance | path

Searched refs:TCP_LOG_EVENT (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dtcp_log_buf.h319 #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
Dtcp_output.c1354 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()
Dtcp_timer.c616 TCP_LOG_EVENT(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, NULL, false); in tcp_timer_rexmt()
Dtcp_log_buf.c2431 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, in tcp_log_flowend()
Dtcp_usrreq.c1238 TCP_LOG_EVENT(tp, NULL, in tcp_usr_send()
Dtcp_input.c1564 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/
Drack.c925 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()