bridge: memorize and export selected IGMP/MLD querier port
[cascardo/linux.git] / include / linux / if_bridge.h
index 44d6eb0..fd22789 100644 (file)
@@ -38,5 +38,6 @@ typedef int br_should_route_hook_t(struct sk_buff *skb);
 extern br_should_route_hook_t __rcu *br_should_route_hook;
 int br_multicast_list_adjacent(struct net_device *dev,
                               struct list_head *br_ip_list);
+bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto);
 
 #endif