Searched refs:tseg_qent (Results 1 – 2 of 2) sorted by relevance
110 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()
51 struct tseg_qent { struct52 LIST_ENTRY(tseg_qent) tqe_q;57 LIST_HEAD(tsegqe_head, tseg_qent); argument