Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_bridge.h76 bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto);
91 static inline bool br_multicast_has_querier_adjacent(struct net_device *dev, in br_multicast_has_querier_adjacent() function
/linux/net/batman-adv/
H A Dmulticast.c302 qr4->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
305 qr6->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
/linux/net/bridge/
H A Dbr_multicast.c4935 * br_multicast_has_querier_adjacent - Checks for a querier behind a bridge port
4943 bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto) in br_multicast_has_querier_adjacent() function
4986 EXPORT_SYMBOL_GPL(br_multicast_has_querier_adjacent);