Searched refs:ipq (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/sys/netinet/ |
| H A D | ip_input.c | 104 /* 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 D | ip_var.h | 192 struct ipq { struct 193 LIST_ENTRY(ipq) ipq_q; /* to other reass headers */
|