Home
last modified time | relevance | path

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

/xnu-11417.140.69/libsyscall/wrappers/skywalk/
H A Dos_nexus.c373 struct nx_spec_req nsr; in __os_nexus_ifattach()
406 struct nx_spec_req nsr; in __os_nexus_ifdetach()
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h97 struct nx_spec_req *nsr);
H A Dfsw.c643 fsw_ctl_attach_log(const struct nx_spec_req *nsr, in fsw_ctl_attach_log()
831 fsw_ctl_attach(struct kern_nexus *nx, struct proc *p, struct nx_spec_req *nsr) in fsw_ctl_attach()
940 struct nx_spec_req *nsr) in fsw_ctl_detach()
1023 struct nx_spec_req *__single nsr = data; in fsw_ctl()
H A Dnx_flowswitch.c483 struct nx_spec_req nsr; in nx_fsw_prov_config()
/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dos_nexus_private.h346 struct nx_spec_req { struct
H A Dnexus_kern.c1389 struct nx_spec_req nsr; in _kern_nexus_ifattach()
1464 struct nx_spec_req nsr; in kern_nexus_ifdetach()
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif.c148 static int nx_netif_ctl_attach(struct kern_nexus *, struct nx_spec_req *,
150 static int nx_netif_ctl_detach(struct kern_nexus *, struct nx_spec_req *);
756 struct nx_spec_req nsr; in nx_netif_prov_config()
1334 nx_netif_ctl_attach(struct kern_nexus *nx, struct nx_spec_req *nsr, in nx_netif_ctl_attach()
1483 nx_netif_ctl_detach(struct kern_nexus *nx, struct nx_spec_req *nsr) in nx_netif_ctl_detach()
1638 struct nx_spec_req *__single nsr = data; in nx_netif_ctl()