Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dif_bridge.h67 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto);
77 static inline bool br_multicast_has_querier_anywhere(struct net_device *dev, in br_multicast_has_querier_anywhere() function
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmulticast.c305 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
308 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_multicast.c3678 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto) in br_multicast_has_querier_anywhere() function
3704 EXPORT_SYMBOL_GPL(br_multicast_has_querier_anywhere);