Home
last modified time | relevance | path

Searched refs:t_inpkts (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_pcap.c436 mbufq_init(&(tp->t_inpkts), V_tcp_pcap_packets); in tcp_pcap_tcpcb_init()
H A Dtcp_var.h273 struct mbufq t_inpkts; /* List of saved input packets. */ member
H A Dtcp_usrreq.c2355 &(tp->t_outpkts) : &(tp->t_inpkts), in tcp_default_ctloutput()
2588 &(tp->t_outpkts) : &(tp->t_inpkts)); in tcp_default_ctloutput()
H A Dtcp_subr.c2021 tcp_pcap_drain(&(tp->t_inpkts)); in tcp_discardcb()
2179 tcp_pcap_drain(&(tcpb->t_inpkts)); in tcp_drain()
H A Dtcp_input.c1536 tcp_pcap_add(th, m, &(tp->t_inpkts)); in tcp_do_segment()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h273 struct mbufq t_inpkts; /* List of saved input packets. */ member