Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c177 static void ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f);
634 ipf_free(mgr, f); in ipf_process()
693 ipf_free(mgr, f_new); in ipf_process()
699 ipf_free(mgr, f_new); in ipf_process()
744 ipf_free(mgr, f); in ipf_process()
748 ipf_free(mgr, f); in ipf_process()
985 ipf_free(mgr, f); in ipfq_freef()
1032 ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f) in ipf_free() function