Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet/tcp_subr.c 288412 2015-09-30 03:37:37Z glebius $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/tcp_subr.c 289276 2015-10-14 00:35:37Z hiren $");
94a95,97
> #ifdef TCPPCAP
> #include <netinet/tcp_pcap.h>
> #endif
429a433,435
> #ifdef TCPPCAP
> tcp_pcap_init();
> #endif
834a841,846
> #ifdef TCPPCAP
> /*
> * Init the TCP PCAP queues.
> */
> tcp_pcap_tcpcb_init(tp);
> #endif
1018a1031,1036
> #ifdef TCPPCAP
> /* Free the TCP PCAP queues. */
> tcp_pcap_drain(&(tp->t_inpkts));
> tcp_pcap_drain(&(tp->t_outpkts));
> #endif
>