Searched refs:TCP_LOG_EVENT (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.h | 328 #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 D | tcp_output.c | 1402 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 D | tcp_log_buf.c | 1327 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 D | tcp_timer.c | 641 TCP_LOG_EVENT(tp, NULL, NULL, NULL, TCP_LOG_RTO, 0, 0, NULL, false); in tcp_timer_rexmt()
|
| H A D | tcp_usrreq.c | 1326 TCP_LOG_EVENT(tp, NULL, in tcp_usr_send()
|
| H A D | tcp_input.c | 1538 TCP_LOG_EVENT(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_IN, 0, in tcp_do_segment()
|