Home
last modified time | relevance | path

Searched refs:nx_spec_req (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_nexus.c437 struct nx_spec_req nsr; in __os_nexus_ifattach()
470 struct nx_spec_req nsr; in __os_nexus_ifdetach()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h97 struct nx_spec_req *nsr);
H A Dfsw.c646 fsw_ctl_attach_log(const struct nx_spec_req *nsr, in fsw_ctl_attach_log()
834 fsw_ctl_attach(struct kern_nexus *nx, struct proc *p, struct nx_spec_req *nsr) in fsw_ctl_attach()
943 struct nx_spec_req *nsr) in fsw_ctl_detach()
1026 struct nx_spec_req *__single nsr = data; in fsw_ctl()
H A Dnx_flowswitch.c482 struct nx_spec_req nsr; in nx_fsw_prov_config()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dos_nexus_private.h346 struct nx_spec_req { struct
H A Dnexus_kern.c1361 struct nx_spec_req nsr; in _kern_nexus_ifattach()
1436 struct nx_spec_req nsr; in kern_nexus_ifdetach()
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c149 static int nx_netif_ctl_attach(struct kern_nexus *, struct nx_spec_req *,
151 static int nx_netif_ctl_detach(struct kern_nexus *, struct nx_spec_req *);
756 struct nx_spec_req nsr; in nx_netif_prov_config()
1333 nx_netif_ctl_attach(struct kern_nexus *nx, struct nx_spec_req *nsr, in nx_netif_ctl_attach()
1482 nx_netif_ctl_detach(struct kern_nexus *nx, struct nx_spec_req *nsr) in nx_netif_ctl_detach()
1637 struct nx_spec_req *__single nsr = data; in nx_netif_ctl()