Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif.c897 if_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_functional_type() argument
906 } else if ((exclude_delegate && in if_functional_type()
909 (!exclude_delegate && IFNET_IS_WIFI(ifp))) { in if_functional_type()
915 } else if ((exclude_delegate && in if_functional_type()
919 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
925 } else if ((exclude_delegate && in if_functional_type()
930 (!exclude_delegate && IFNET_IS_WIRED(ifp))) { in if_functional_type()
939 if_peer_egress_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_peer_egress_functional_type() argument
944 if (exclude_delegate) { in if_peer_egress_functional_type()