Searched refs:ipfq (Results 1 – 1 of 1) sorted by relevance
128 struct ipfq { struct131 struct ipfq *ipfq_next; /* queue chain */ argument132 struct ipfq *ipfq_prev; argument146 struct ipfq ipfm_q; /* ip reassembly queues */164 static void ipfq_insque(struct ipfq *, struct ipfq *);165 static void ipfq_remque(struct ipfq *);166 static uint32_t ipfq_freef(struct fsw_ip_frag_mgr *mgr, struct ipfq *,172 static struct ipfq *ipfq_alloc(struct fsw_ip_frag_mgr *mgr, int how);173 static void ipfq_free(struct fsw_ip_frag_mgr *mgr, struct ipfq *q);174 static uint32_t ipfq_freefq(struct fsw_ip_frag_mgr *mgr, struct ipfq *q,[all …]