Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dkern_channel_event.c95 if ((nx = nx_find(nx_uuid, FALSE)) == NULL) { in __notif_dest_by_nx_uuid()
H A Dchannel.c1560 nx = nx_find(init->ci_nx_uuid, TRUE); in ch_open()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h478 extern struct kern_nexus *nx_find(const uuid_t, boolean_t);
H A Dnexus.c746 nx = nx_find(nbr.nb_nx_uuid, TRUE); in nxctl_nexus_bind()
873 nx = nx_find(nur.nu_nx_uuid, TRUE); in nxctl_nexus_unbind()
929 nx = nx_find(ncr.nc_nx_uuid, TRUE); in nxctl_nexus_config()
2026 nx_find(const uuid_t nx_uuid, boolean_t locked) in nx_find() function
3566 nx = nx_find(nx_uuid, FALSE); in kern_nexus_get_pbufpool_info()
/xnu-12377.1.9/bsd/net/
H A Dif_fake.c3181 nx = nx_find(fnx->fnx_instance, FALSE); in create_non_default_llinks()
3366 nx = nx_find(fnx->fnx_instance, FALSE); in remove_non_default_llinks()
H A Dif_utun.c1322 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach()
H A Dif_ipsec.c2110 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in ipsec_flowswitch_attach()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c860 hw_nx = nx_find(nsr->nsr_uuid, TRUE); in fsw_ctl_attach()