Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c166 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,
176 static struct ipf *ipf_alloc(struct fsw_ip_frag_mgr *mgr);
177 static void ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f);
179 static void ipfq_drain(struct fsw_ip_frag_mgr *mgr);
180 static void ipfq_reap(struct fsw_ip_frag_mgr *mgr);
191 struct fsw_ip_frag_mgr *mgr; in fsw_ip_frag_mgr_create() local
199 mgr = sk_alloc_type(struct fsw_ip_frag_mgr, Z_WAITOK | Z_NOFAIL, in fsw_ip_frag_mgr_create()
[all …]
H A Dfsw_var.h220 extern void fsw_ip_frag_mgr_destroy(struct fsw_ip_frag_mgr *mgr);
221 extern int fsw_ip_frag_reass_v4(struct fsw_ip_frag_mgr *mgr,
224 extern int fsw_ip_frag_reass_v6(struct fsw_ip_frag_mgr *mgr,
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h875 flow_mgr_get_num_flows(struct flow_mgr *mgr) in flow_mgr_get_num_flows() argument
877 ASSERT(mgr->fm_flow_table != NULL); in flow_mgr_get_num_flows()
878 return cuckoo_hashtable_entries(mgr->fm_flow_table); in flow_mgr_get_num_flows()