Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip_input.c104 /* Protects `ipq' and `ip_frags'. */
108 LIST_HEAD(, ipq) ipq;
155 struct mbuf * ip_reass(struct ipqent *, struct ipq *);
156 void ip_freef(struct ipq *);
200 pool_init(&ipq_pool, sizeof(struct ipq), 0, in ip_init()
201 IPL_SOFTNET, 0, "ipq", NULL); in ip_init()
214 LIST_INIT(&ipq); in ip_init()
633 struct ipq *fp; in ip_fragcheck()
684 LIST_FOREACH(fp, &ipq, ipq_ in ip_fragcheck()
[all...]
H A Dip_var.h192 struct ipq { struct
193 LIST_ENTRY(ipq) ipq_q; /* to other reass headers */