Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dif_bridge.h75 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto);
86 static inline bool br_multicast_has_querier_anywhere(struct net_device *dev, in br_multicast_has_querier_anywhere() function
/linux-6.1.9/net/batman-adv/
Dmulticast.c273 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
276 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
/linux-6.1.9/net/bridge/
Dbr_multicast.c4627 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto) in br_multicast_has_querier_anywhere() function
4653 EXPORT_SYMBOL_GPL(br_multicast_has_querier_anywhere);