Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dif_bridge.h65 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto);
75 static inline bool br_multicast_has_querier_anywhere(struct net_device *dev, in br_multicast_has_querier_anywhere() function
/Linux-v4.19/net/batman-adv/
Dmulticast.c558 querier4.exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_tvlv_update()
561 querier6.exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_tvlv_update()
/Linux-v4.19/net/bridge/
Dbr_multicast.c2409 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto) in br_multicast_has_querier_anywhere() function
2435 EXPORT_SYMBOL_GPL(br_multicast_has_querier_anywhere);