Searched refs:tcp_pcap_add (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_pcap.h | 33 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 | 1444 tcp_pcap_add(th, m, &(tp->t_outpkts)); in tcp_output() 1489 tcp_pcap_add(th, m, &(tp->t_outpkts)); in tcp_output()
|
| H A D | tcp_input.c | 1536 tcp_pcap_add(th, m, &(tp->t_inpkts)); in tcp_do_segment()
|