Searched refs:ipfq (Results 1 – 1 of 1) sorted by relevance
129 struct ipfq { struct132 struct ipfq *ipfq_next; /* queue chain */ argument133 struct ipfq *ipfq_prev; argument147 struct ipfq ipfm_q; /* ip reassembly queues */165 static void ipfq_insque(struct ipfq *, struct ipfq *);166 static void ipfq_remque(struct ipfq *);167 static uint32_t ipfq_freef(struct fsw_ip_frag_mgr *mgr, struct ipfq *,173 static struct ipfq *ipfq_alloc(struct fsw_ip_frag_mgr *mgr);174 static void ipfq_free(struct fsw_ip_frag_mgr *mgr, struct ipfq *q);175 static uint32_t ipfq_freefq(struct fsw_ip_frag_mgr *mgr, struct ipfq *q,[all …]