Searched refs:tseg_qent (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/netinet/ |
| HD | tcp_reass.c | 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() [all …]
|
| HD | tcp_var.h | 52 struct tseg_qent { struct 53 TAILQ_ENTRY(tseg_qent) tqe_q; 61 TAILQ_HEAD(tsegqe_head, tseg_qent); argument
|