Searched refs:nxctl_set_opt (Results 1 – 4 of 4) sorted by relevance
1243 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_controller_bind_provider_instance()1277 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_controller_unbind_provider_instance()1424 err = nxctl_set_opt(nxctl, &sopt); in _kern_nexus_ifattach()1484 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_ifdetach()1652 err = nxctl_set_opt(nxctl, &sopt); in kern_nexus_set_if_netem_params()1683 err = nxctl_set_opt(nxctl, &sopt); in _kern_nexus_flow_config()
481 err = nxctl_set_opt(nxctl, &sopt); in __nexus_set_opt()
497 extern int nxctl_set_opt(struct nxctl *, struct sockopt *);
294 nxctl_set_opt(struct nxctl *nxctl, struct sockopt *sopt) in nxctl_set_opt() function