Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c178 static void ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f);
658 ipf_free(mgr, f); in ipf_process()
717 ipf_free(mgr, f_new); in ipf_process()
723 ipf_free(mgr, f_new); in ipf_process()
768 ipf_free(mgr, f); in ipf_process()
772 ipf_free(mgr, f); in ipf_process()
1009 ipf_free(mgr, f); in ipfq_freef()
1056 ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f) in ipf_free() function