Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_reass.c110 tcp_reass_zone = uma_zcreate("tcpreass", sizeof (struct tseg_qent), in tcp_reass_global_init()
122 struct tseg_qent *qe; in tcp_reass_flush()
141 struct tseg_qent *q; in tcp_reass()
142 struct tseg_qent *p = NULL; in tcp_reass()
143 struct tseg_qent *nq; in tcp_reass()
144 struct tseg_qent *te = NULL; in tcp_reass()
148 struct tseg_qent tqs; in tcp_reass()
214 bzero(&tqs, sizeof(struct tseg_qent)); in tcp_reass()
HDtcp_var.h51 struct tseg_qent { struct
52 LIST_ENTRY(tseg_qent) tqe_q;
57 LIST_HEAD(tsegqe_head, tseg_qent); argument