Home
last modified time | relevance | path

Searched refs:kern_nexus_get_flowswitch_instance (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dos_nexus.h1018 extern int kern_nexus_get_flowswitch_instance(struct ifnet *ifp,
H A Dnexus_kern.c1512 kern_nexus_get_flowswitch_instance(struct ifnet *ifp, uuid_t nx_uuid) in kern_nexus_get_flowswitch_instance() function
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_subr.c4565 if (ifp == NULL || kern_nexus_get_flowswitch_instance(ifp, fsw_uuid)) { in tcp_add_fsw_flow()
/xnu-8019.80.24/bsd/net/
H A Dif.c2631 kern_nexus_get_flowswitch_instance(ifp, ifnr->ifnr_flowswitch); in ifioctl_nexus()