Searched refs:tcp_pcap_add (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/netinet/ |
H A D | tcp_pcap.h | 31 void tcp_pcap_add(struct tcphdr *th, struct mbuf *m, struct mbufq *queue);
|
H A D | tcp_pcap.c | 264 tcp_pcap_add(struct tcphdr *th, struct mbuf *m, struct mbufq *queue) in tcp_pcap_add() function
|
H A D | tcp_output.c | 1471 tcp_pcap_add(th, m, &(tp->t_outpkts)); in tcp_default_output() 1517 tcp_pcap_add(th, m, &(tp->t_outpkts)); in tcp_default_output()
|
H A D | tcp_input.c | 1553 tcp_pcap_add(th, m, &(tp->t_inpkts)); in tcp_do_segment()
|