Home
last modified time | relevance | path

Searched refs:tseg_qent (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h168 struct tseg_qent { struct
169 LIST_ENTRY(tseg_qent) tqe_q;
174 LIST_HEAD(tsegqe_head, tseg_qent); argument
1085 struct tseg_qent;
1086 _TCPCB_LIST_HEAD(tsegqe_head, tseg_qent);
1808 extern struct tseg_qent * tcp_reass_qent_alloc(void);
1809 extern void tcp_reass_qent_free(struct tseg_qent *te);
H A Dmptcp.c212 struct tseg_qent *q; in mptcp_reass_present()
272 struct tseg_qent *q; in mptcp_reass()
273 struct tseg_qent *p = NULL; in mptcp_reass()
274 struct tseg_qent *nq; in mptcp_reass()
275 struct tseg_qent *te = NULL; in mptcp_reass()
H A Dtcp_subr.c250 KALLOC_TYPE_DEFINE(tcp_reass_zone, struct tseg_qent, NET_KT_DEFAULT);
1765 struct tseg_qent *q; in tcp_freeq()
5397 struct tseg_qent *
5404 tcp_reass_qent_free(struct tseg_qent *te) in tcp_reass_qent_free()
H A Dtcp_input.c563 struct tseg_qent *q; in tcp_reass()
564 struct tseg_qent *p = NULL; in tcp_reass()
565 struct tseg_qent *nq; in tcp_reass()
566 struct tseg_qent *te = NULL; in tcp_reass()
H A Dmptcp_subr.c6679 struct tseg_qent *q; in mptcp_freeq()