Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c144 struct fsw_ip_frag_mgr { struct
158 static int ipf_process(struct fsw_ip_frag_mgr *, struct __kern_packet **, argument
166 static uint32_t ipfq_freef(struct fsw_ip_frag_mgr *mgr, struct ipfq *,
167 void (*)(struct fsw_ip_frag_mgr *, struct ipf *));
170 static void ipfq_sched_timeout(struct fsw_ip_frag_mgr *, boolean_t);
172 static struct ipfq *ipfq_alloc(struct fsw_ip_frag_mgr *mgr);
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,
175 void (*ipf_cb)(struct fsw_ip_frag_mgr *, struct ipf *));
176 static struct ipf *ipf_alloc(struct fsw_ip_frag_mgr *mgr);
[all …]
H A Dfsw_var.h54 struct fsw_ip_frag_mgr; /* forward declaration */
218 extern struct fsw_ip_frag_mgr * fsw_ip_frag_mgr_create(
220 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,
H A Dnx_flowswitch.h284 struct fsw_ip_frag_mgr *fsw_ipfm;