Searched refs:netif_is_macvlan (Results 1 – 4 of 4) sorted by relevance
1263 if (netif_is_macvlan(lowerdev)) in macvlan_common_newlink()1289 vlan->nest_level = dev_get_nest_level(lowerdev, netif_is_macvlan) + 1; in macvlan_common_newlink()
989 if (netif_is_macvlan(upper) && !strict_match) { in alb_send_learning_packets()
4749 if (netif_is_macvlan(upper)) { in ixgbe_configure_dfwd()5204 if (netif_is_macvlan(upper)) { in ixgbe_down()6491 if (netif_is_macvlan(upper)) { in ixgbe_watchdog_link_is_up()
3829 static inline bool netif_is_macvlan(struct net_device *dev) in netif_is_macvlan() function