Home
last modified time | relevance | path

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

/xnu-8019.80.24/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);
190 struct fsw_ip_frag_mgr *mgr; in fsw_ip_frag_mgr_create() local
198 mgr = sk_alloc_type(struct fsw_ip_frag_mgr, Z_WAITOK | Z_NOFAIL, in fsw_ip_frag_mgr_create()
201 mgr->ipfm_q.ipfq_next = mgr->ipfm_q.ipfq_prev = &mgr->ipfm_q; in fsw_ip_frag_mgr_create()
202 lck_mtx_init(&mgr->ipfm_lock, &fsw_ipfm_lock_group, &fsw_ipfm_lock_attr); in fsw_ip_frag_mgr_create()
[all …]
H A Dfsw_var.h211 extern void fsw_ip_frag_mgr_destroy(struct fsw_ip_frag_mgr *mgr);
212 extern int fsw_ip_frag_reass_v4(struct fsw_ip_frag_mgr *mgr,
215 extern int fsw_ip_frag_reass_v6(struct fsw_ip_frag_mgr *mgr,