Searched refs:nx_find (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.101.15/bsd/skywalk/channel/ |
| H A D | kern_channel_event.c | 94 if ((nx = nx_find(nx_uuid, FALSE)) == NULL) { in __notif_dest_by_nx_uuid()
|
| H A D | channel.c | 1545 nx = nx_find(init->ci_nx_uuid, TRUE); in ch_open()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/ |
| H A D | nexus.c | 720 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 D | nexus_var.h | 472 extern struct kern_nexus *nx_find(const uuid_t, boolean_t);
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | if_fake.c | 2866 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 D | if_utun.c | 1154 struct kern_nexus *flowswitch_nx = nx_find(nx->fsw_instance, false); in utun_flowswitch_attach()
|
| H A D | if_ipsec.c | 2959 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 D | fsw.c | 845 hw_nx = nx_find(nsr->nsr_uuid, TRUE); in fsw_ctl_attach()
|