Home
last modified time | relevance | path

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

/xnu-8796.101.5/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-8796.101.5/bsd/netinet/
H A Dtcp_subr.c4590 if (ifp == NULL || kern_nexus_get_flowswitch_instance(ifp, fsw_uuid)) { in tcp_add_fsw_flow()
/xnu-8796.101.5/bsd/net/
H A Dif.c2697 kern_nexus_get_flowswitch_instance(ifp, ifnr->ifnr_flowswitch); in ifioctl_nexus()