Home
last modified time | relevance | path

Searched refs:tcp_log_event_ (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dtcp_log_buf.h295 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
328 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
336 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
347 struct tcp_log_buffer *tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
364 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event_() function
Dtcp_log_buf.c1334 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event_() function
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack.c8540 lgb = tcp_log_event_(tp, th, &so->so_rcv, &so->so_snd, TCP_LOG_OUT, ERRNO_UNK, in rack_output()