Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c177 static void ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f);
617 ipf_free(mgr, f); in ipf_process()
676 ipf_free(mgr, f_new); in ipf_process()
682 ipf_free(mgr, f_new); in ipf_process()
725 ipf_free(mgr, f); in ipf_process()
729 ipf_free(mgr, f); in ipf_process()
952 ipf_free(mgr, f); in ipfq_freef()
1004 ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f) in ipf_free() function