Home
last modified time | relevance | path

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

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