Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_reass.c195 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, in tcp_log_reassm()
235 struct tseg_qent *q; in tcp_reass_log_dump()
246 int logval, struct tseg_qent *q) in tcp_reass_log_new_in()
269 tcp_reass_zone = uma_zcreate("tcpreass", sizeof (struct tseg_qent), in tcp_reass_global_init()
297 struct tseg_qent *qe; in tcp_reass_flush()
314 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, in tcp_reass_append()
340 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, in tcp_reass_prepend()
376 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, in tcp_reass_replace()
411 tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent, in tcp_reass_merge_into()
412 struct tseg_qent *q) in tcp_reass_merge_into()
[all …]
H A Dtcp_var.h95 struct tseg_qent { struct
96 TAILQ_ENTRY(tseg_qent) tqe_q;
104 TAILQ_HEAD(tsegqe_head, tseg_qent); argument