Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c177 static void ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f);
621 ipf_free(mgr, f); in ipf_process()
680 ipf_free(mgr, f_new); in ipf_process()
686 ipf_free(mgr, f_new); in ipf_process()
731 ipf_free(mgr, f); in ipf_process()
735 ipf_free(mgr, f); in ipf_process()
972 ipf_free(mgr, f); in ipfq_freef()
1019 ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f) in ipf_free() function