Lines Matching refs:ipq
73 TAILQ_HEAD(ipqhead, ipq) head;
82 VNET_DEFINE_STATIC(struct ipqbucket *, ipq);
83 #define V_ipq VNET(ipq)
108 static void ipq_free(struct ipqbucket *, struct ipq *);
109 static struct ipq * ipq_reuse(int);
114 ipq_timeout(struct ipqbucket *bucket, struct ipq *fp) in ipq_timeout()
122 ipq_drop(struct ipqbucket *bucket, struct ipq *fp) in ipq_drop()
205 struct ipq *fp; in ip_reass()
592 struct ipq *fp; in ipreass_callout()
614 struct ipq *fp; in ipreass_reschedule()
641 struct ipq *fp = TAILQ_FIRST(&V_ipq[i].head); in ipreass_drain_vnet()
705 V_ipq_zone = uma_zcreate("ipq", sizeof(struct ipq), NULL, NULL, NULL, in ipreass_vnet_init()
732 struct ipq *fp, *temp; in ipreass_cleanup()
790 struct ipq *fp; in ipreass_drain_tomax()
890 static struct ipq *
893 struct ipq *fp; in ipq_reuse()
931 ipq_free(struct ipqbucket *bucket, struct ipq *fp) in ipq_free()