Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c128 struct ipfq { struct
131 struct ipfq *ipfq_next; /* queue chain */ argument
132 struct ipfq *ipfq_prev; argument
146 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 …]