br_multicast_has_querier_anywhere
bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto);
qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP);
qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6);
EXPORT_SYMBOL_GPL(br_multicast_has_querier_anywhere);