Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/channel/
H A Dkern_channel_event.c94 if ((nx = nx_find(nx_uuid, FALSE)) == NULL) { in __notif_dest_by_nx_uuid()
H A Dchannel.c1545 nx = nx_find(init->ci_nx_uuid, TRUE); in ch_open()
/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus.c720 nx = nx_find(nbr.nb_nx_uuid, TRUE); in nxctl_nexus_bind()
843 nx = nx_find(nur.nu_nx_uuid, TRUE); in nxctl_nexus_unbind()
899 nx = nx_find(ncr.nc_nx_uuid, TRUE); in nxctl_nexus_config()
1991 nx_find(const uuid_t nx_uuid, boolean_t locked) in nx_find() function
3471 nx = nx_find(nx_uuid, FALSE); in kern_nexus_get_pbufpool_info()
H A Dnexus_var.h472 extern struct kern_nexus *nx_find(const uuid_t, boolean_t);
/xnu-10063.101.15/bsd/net/
H A Dif_fake.c2866 nx = nx_find(fnx->fnx_instance, FALSE); in create_non_default_llinks()
3046 nx = nx_find(fnx->fnx_instance, FALSE); in remove_non_default_llinks()
H A Dif_utun.c1154 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach()
H A Dif_ipsec.c2959 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in ipsec_flowswitch_attach()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c845 hw_nx = nx_find(nsr->nsr_uuid, TRUE); in fsw_ctl_attach()