ip4_other_query   686 net/bridge/br_multicast.c 	struct net_bridge *br = from_timer(br, t, ip4_other_query.timer);
ip4_other_query   755 net/bridge/br_multicast.c 		other_query = &br->ip4_other_query;
ip4_other_query  1065 net/bridge/br_multicast.c 	    !timer_pending(&br->ip4_other_query.timer))
ip4_other_query  1261 net/bridge/br_multicast.c 		br_multicast_query_received(br, port, &br->ip4_other_query,
ip4_other_query  1505 net/bridge/br_multicast.c 	br_multicast_leave_group(br, port, &br_group, &br->ip4_other_query,
ip4_other_query  1799 net/bridge/br_multicast.c 	br->ip4_other_query.delay_time = 0;
ip4_other_query  1813 net/bridge/br_multicast.c 	timer_setup(&br->ip4_other_query.timer,
ip4_other_query  1913 net/bridge/br_multicast.c 	del_timer_sync(&br->ip4_other_query.timer);
ip4_other_query  2113 net/bridge/br_multicast.c 	if (!timer_pending(&br->ip4_other_query.timer))
ip4_other_query  2114 net/bridge/br_multicast.c 		br->ip4_other_query.delay_time = jiffies + max_delay;
ip4_other_query  2290 net/bridge/br_multicast.c 		if (!timer_pending(&br->ip4_other_query.timer) ||
ip4_other_query   398 net/bridge/br_private.h 	struct bridge_mcast_other_query	ip4_other_query;
ip4_other_query   744 net/bridge/br_private.h 			&br->ip4_other_query, false);