Searched refs:tseg_qent (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h155 struct tseg_qent { struct
156 LIST_ENTRY(tseg_qent) tqe_q;
161 LIST_HEAD(tsegqe_head, tseg_qent);
614 struct tseg_qent;
615 _TCPCB_LIST_HEAD(tsegqe_head, tseg_qent);
H A Dtcp_input.c590 struct tseg_qent *q;
591 struct tseg_qent *p = NULL;
592 struct tseg_qent *nq;
593 struct tseg_qent *te = NULL;
648 te = (struct tseg_qent *) zalloc_noblock(tcp_reass_zone);
H A Dtcp_subr.c408 str_size = P2ROUNDUP(sizeof(struct tseg_qent), sizeof(u_int64_t));
1222 register struct tseg_qent *q;

Completed in 30 milliseconds