Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.h328 #define TCP_LOG_EVENT TCP_LOG_EVENT_VERBOSE macro
330 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ macro
H A Dtcp_output.c1402 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in tcp_output()
1613 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, in tcp_output()
H A Dtcp_log_buf.c1327 TCP_LOG_EVENT(tp, NULL, NULL, NULL, TCP_LOG_CONNEND, 0, 0, NULL, false); in tcp_log_tcpcbfini()
2635 TCP_LOG_EVENT(tp, NULL, &so->so_rcv, &so->so_snd, in tcp_log_flowend()
H A Dtcp_timer.c641 TCP_LOG_EVENT(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, NULL, false); in tcp_timer_rexmt()
H A Dtcp_usrreq.c1326 TCP_LOG_EVENT(tp, NULL, in tcp_usr_send()
H A Dtcp_input.c1538 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_IN, 0, in tcp_do_segment()