Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_input.c239 TAILQ_HEAD(ipqhead, ipq);
246 struct ipqhead ipq[IPREASS_NHASH]; member
304 struct ipq *);
384 TAILQ_INIT(&fragq->ipq[i]); in ip_init()
983 struct ipq *fp = NULL; in ip_reass()
1003 head = &fragq->ipq[sum]; in ip_reass()
1033 struct ipq *r; in ip_reass()
1384 struct ipq *fp, *fp_temp; in ipfrag_timeo_dispatch()
1396 head = &fragq->ipq[i]; in ipfrag_timeo_dispatch()
1411 head = &fragq->ipq[i]; in ipfrag_timeo_dispatch()
[all …]
H A Dip_var.h75 struct ipq { struct
76 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */