Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_var.h1810 extern struct tseg_qent *tcp_create_reass_qent(struct tcpcb *tp, struct mbuf *m,
H A Dtcp_subr.c1685 tcp_create_reass_qent(struct tcpcb *tp, struct mbuf *m, in tcp_create_reass_qent() function
H A Dtcp_input.c608 te = tcp_create_reass_qent(tp, m, th, *tlenp); in tcp_reass()