Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dskywalk_stubs.c98 STUB(kern_nexus_get_flowswitch_instance);
H A Dif.c2869 kern_nexus_get_flowswitch_instance(ifp, ifnr->ifnr_flowswitch); in ifioctl_nexus()
/xnu-11215.61.5/bsd/skywalk/nexus/
H A Dos_nexus.h1097 extern int kern_nexus_get_flowswitch_instance(struct ifnet *ifp,
H A Dnexus_kern.c1517 kern_nexus_get_flowswitch_instance(struct ifnet *ifp, uuid_t nx_uuid) in kern_nexus_get_flowswitch_instance() function
/xnu-11215.61.5/bsd/netinet/
H A Dtcp_subr.c5408 if (ifp == NULL || kern_nexus_get_flowswitch_instance(ifp, fsw_uuid)) { in tcp_add_fsw_flow()