Searched refs:sk_free (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 782 #define sk_free(elem, size) \ macro 783 _sk_free(sk_free, elem, size)
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 94 sk_free(fob_buf, tot_sz); in flow_owner_buckets_free()
|
| H A D | flow_route.c | 179 sk_free(frb_buf, tot_sz); in flow_route_buckets_free() 283 sk_free(frib_buf, tot_sz); in flow_route_id_buckets_free()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 591 sk_free(kring->ckr_monitors, in nx_mon_kr_dealloc()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 751 sk_free(na->na_pipes, in nx_upipe_na_dealloc()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1654 sk_free(na->na_tx_rings, na->na_rings_mem_sz); in na_kr_create() 1713 sk_free(na->na_tx_rings, na->na_rings_mem_sz); in na_kr_delete()
|