Searched refs:nxctl_set_opt (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 496 err = nxctl_set_opt(nxctl, &sopt); in __nexus_set_opt() 505 err = nxctl_set_opt(nxctl, &sopt); in __nexus_set_opt()
|
| H A D | nexus_kern.c | 1220 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_controller_bind_provider_instance() 1254 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_controller_unbind_provider_instance() 1401 err = nxctl_set_opt(nxctl, &sopt); in _kern_nexus_ifattach() 1461 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_ifdetach() 1629 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_set_if_netem_params() 1660 err = nxctl_set_opt(nxctl, &sopt); in _kern_nexus_flow_config()
|
| H A D | nexus_var.h | 520 extern int nxctl_set_opt(struct nxctl *, struct sockopt *);
|
| H A D | nexus.c | 285 nxctl_set_opt(struct nxctl *nxctl, struct sockopt *sopt) in nxctl_set_opt() function
|