Searched refs:nx_find (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus.c | 742 nx = nx_find(nbr.nb_nx_uuid, TRUE); in nxctl_nexus_bind() 864 nx = nx_find(nur.nu_nx_uuid, TRUE); in nxctl_nexus_unbind() 920 nx = nx_find(ncr.nc_nx_uuid, TRUE); in nxctl_nexus_config() 2015 nx_find(const uuid_t nx_uuid, boolean_t locked) in nx_find() function 3469 nx = nx_find(nx_uuid, FALSE); in kern_nexus_get_pbufpool_info()
|
| H A D | nexus_var.h | 468 extern struct kern_nexus *nx_find(const uuid_t, boolean_t);
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | if_fake.c | 2395 nx = nx_find(fnx->fnx_instance, FALSE); in create_non_default_llinks() 2570 nx = nx_find(fnx->fnx_instance, FALSE); in remove_non_default_llinks()
|
| H A D | if_utun.c | 1152 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach()
|
| H A D | if_ipsec.c | 2196 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in ipsec_flowswitch_attach()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 724 hw_nx = nx_find(nsr->nsr_uuid, TRUE); in fsw_ctl_attach()
|
| /xnu-8020.101.4/bsd/skywalk/channel/ |
| H A D | channel.c | 1556 nx = nx_find(init->ci_nx_uuid, TRUE); in ch_open()
|