Searched refs:exclude_delegate (Results 1 – 1 of 1) sorted by relevance
890 if_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_functional_type() argument899 } else if ((exclude_delegate && in if_functional_type()902 (!exclude_delegate && IFNET_IS_WIFI(ifp))) { in if_functional_type()908 } else if ((exclude_delegate && in if_functional_type()912 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()918 } else if ((exclude_delegate && in if_functional_type()923 (!exclude_delegate && IFNET_IS_WIRED(ifp))) { in if_functional_type()932 if_peer_egress_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_peer_egress_functional_type() argument937 if (exclude_delegate) { in if_peer_egress_functional_type()