tseg_qent
tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p,
struct tseg_qent *q;
int logval, struct tseg_qent *q)
tcp_reass_zone = uma_zcreate("tcpreass", sizeof (struct tseg_qent),
struct tseg_qent *qe;
tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last,
tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th,
tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m,
tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent,
struct tseg_qent *q)
tcp_reass_merge_forward(struct tcpcb *tp, struct tseg_qent *ent)
struct tseg_qent *q, *qtmp;
struct tseg_qent *q, *last, *first;
struct tseg_qent *p = NULL;
struct tseg_qent *nq = NULL;
struct tseg_qent *te = NULL;
last = TAILQ_LAST_FAST(&tp->t_segq, tseg_qent, tqe_q);
TAILQ_ENTRY(tseg_qent) tqe_q;
TAILQ_HEAD(tsegqe_head, tseg_qent);