ipq 76 netinet/ip_input.c struct ipqhead ipq; ipq 227 netinet/ip_input.c LIST_INIT(&ipq); ipq 283 netinet/ip_input.c struct ipq *fp; ipq 552 netinet/ip_input.c LIST_FOREACH(fp, &ipq, ipq_q) ipq 743 netinet/ip_input.c struct ipq *fp; ipq 764 netinet/ip_input.c MALLOC(fp, struct ipq *, sizeof (struct ipq), ipq 768 netinet/ip_input.c LIST_INSERT_HEAD(&ipq, fp, ipq_q); ipq 928 netinet/ip_input.c struct ipq *fp; ipq 952 netinet/ip_input.c struct ipq *fp, *nfp; ipq 956 netinet/ip_input.c for (fp = LIST_FIRST(&ipq); fp != LIST_END(&ipq); fp = nfp) { ipq 980 netinet/ip_input.c while (!LIST_EMPTY(&ipq)) { ipq 982 netinet/ip_input.c ip_freef(LIST_FIRST(&ipq)); ipq 996 netinet/ip_input.c while (!LIST_EMPTY(&ipq) && ip_frags > ip_maxqueue * 3 / 4 && --max) { ipq 998 netinet/ip_input.c ip_freef(LIST_FIRST(&ipq)); ipq 68 netinet/ip_var.h struct ipq { ipq 69 netinet/ip_var.h LIST_ENTRY(ipq) ipq_q; /* to other reass headers */ ipq 148 netinet/ip_var.h extern LIST_HEAD(ipqhead, ipq) ipq; /* ip reass. queue */ ipq 163 netinet/ip_var.h void ip_freef(struct ipq *); ipq 172 netinet/ip_var.h ip_reass(struct ipqent *, struct ipq *);