ip6_other_query   694 net/bridge/br_multicast.c 	struct net_bridge *br = from_timer(br, t, ip6_other_query.timer);
ip6_other_query   759 net/bridge/br_multicast.c 		other_query = &br->ip6_other_query;
ip6_other_query  1091 net/bridge/br_multicast.c 	    !timer_pending(&br->ip6_other_query.timer))
ip6_other_query  1343 net/bridge/br_multicast.c 		br_multicast_query_received(br, port, &br->ip6_other_query,
ip6_other_query  1529 net/bridge/br_multicast.c 	br_multicast_leave_group(br, port, &br_group, &br->ip6_other_query,
ip6_other_query  1804 net/bridge/br_multicast.c 	br->ip6_other_query.delay_time = 0;
ip6_other_query  1818 net/bridge/br_multicast.c 	timer_setup(&br->ip6_other_query.timer,
ip6_other_query  1916 net/bridge/br_multicast.c 	del_timer_sync(&br->ip6_other_query.timer);
ip6_other_query  2119 net/bridge/br_multicast.c 	if (!timer_pending(&br->ip6_other_query.timer))
ip6_other_query  2120 net/bridge/br_multicast.c 		br->ip6_other_query.delay_time = jiffies + max_delay;
ip6_other_query  2296 net/bridge/br_multicast.c 		if (!timer_pending(&br->ip6_other_query.timer) ||
ip6_other_query   403 net/bridge/br_private.h 	struct bridge_mcast_other_query	ip6_other_query;
ip6_other_query   748 net/bridge/br_private.h 			&br->ip6_other_query, true);