Searched refs:fsw_ip_frag_mgr (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ip_frag.c | 145 struct fsw_ip_frag_mgr { struct 159 static int ipf_process(struct fsw_ip_frag_mgr *, struct __kern_packet **, argument 167 static uint32_t ipfq_freef(struct fsw_ip_frag_mgr *mgr, struct ipfq *, 168 void (*)(struct fsw_ip_frag_mgr *, struct ipf *)); 171 static void ipfq_sched_timeout(struct fsw_ip_frag_mgr *, boolean_t); 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, 176 void (*ipf_cb)(struct fsw_ip_frag_mgr *, struct ipf *)); 177 static struct ipf *ipf_alloc(struct fsw_ip_frag_mgr *mgr); [all …]
|
| H A D | fsw_var.h | 54 struct fsw_ip_frag_mgr; /* forward declaration */ 220 extern struct fsw_ip_frag_mgr * fsw_ip_frag_mgr_create( 222 extern void fsw_ip_frag_mgr_destroy(struct fsw_ip_frag_mgr *mgr); 223 extern int fsw_ip_frag_reass_v4(struct fsw_ip_frag_mgr *mgr, 226 extern int fsw_ip_frag_reass_v6(struct fsw_ip_frag_mgr *mgr,
|
| H A D | nx_flowswitch.h | 284 struct fsw_ip_frag_mgr *fsw_ipfm;
|