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

/openbsd-current/sys/netinet/
H A Dip_input.c104 /* Protects `ipq' and `ip_frags'. */
108 LIST_HEAD(, ipq) ipq;
154 struct mbuf * ip_reass(struct ipqent *, struct ipq *);
155 void ip_freef(struct ipq *);
199 pool_init(&ipq_pool, sizeof(struct ipq), 0,
200 IPL_SOFTNET, 0, "ipq", NULL);
213 LIST_INIT(&ipq);
626 struct ipq *fp;
677 LIST_FOREACH(fp, &ipq, ipq_
[all...]
H A Dip_var.h192 struct ipq { struct
193 LIST_ENTRY(ipq) ipq_q; /* to other reass headers */

Completed in 117 milliseconds