Home
last modified time | relevance | path

Searched refs:ipfq (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c129 struct ipfq { struct
132 struct ipfq *ipfq_next; /* queue chain */ argument
133 struct ipfq *ipfq_prev; argument
147 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 …]