Lines Matching refs:tseg_qent
201 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, in tcp_log_reassm()
242 struct tseg_qent *q; in tcp_reass_log_dump()
253 int logval, struct tseg_qent *q) in tcp_reass_log_new_in()
276 tcp_reass_zone = uma_zcreate("tcpreass", sizeof (struct tseg_qent), in tcp_reass_global_init()
304 struct tseg_qent *qe; in tcp_reass_flush()
321 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, in tcp_reass_append()
347 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, in tcp_reass_prepend()
383 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, in tcp_reass_replace()
418 tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent, in tcp_reass_merge_into()
419 struct tseg_qent *q) in tcp_reass_merge_into()
443 tcp_reass_merge_forward(struct tcpcb *tp, struct tseg_qent *ent) in tcp_reass_merge_forward()
445 struct tseg_qent *q, *qtmp; in tcp_reass_merge_forward()
527 struct tseg_qent *q, *last, *first; in tcp_reass()
528 struct tseg_qent *p = NULL; in tcp_reass()
529 struct tseg_qent *nq = NULL; in tcp_reass()
530 struct tseg_qent *te = NULL; in tcp_reass()
531 struct tseg_qent tqs; in tcp_reass()
614 last = TAILQ_LAST_FAST(&tp->t_segq, tseg_qent, tqe_q); in tcp_reass()