Lines Matching defs:other_query
1853 struct bridge_mcast_other_query *other_query = NULL;
1868 other_query = &brmctx->ip4_other_query;
1873 other_query = &brmctx->ip6_other_query;
1878 if (!other_query || timer_pending(&other_query->timer))
1941 struct bridge_mcast_other_query *other_query = NULL;
1960 other_query = &brmctx->ip4_other_query;
1963 other_query = &brmctx->ip6_other_query;
1966 if (!other_query || timer_pending(&other_query->timer))
2244 struct bridge_mcast_other_query *other_query = NULL;
2254 other_query = &brmctx->ip4_other_query;
2257 other_query = &brmctx->ip6_other_query;
2266 other_query &&
2267 !timer_pending(&other_query->timer))
2275 !other_query || timer_pending(&other_query->timer))
2291 struct bridge_mcast_other_query *other_query = NULL;
2299 other_query = &brmctx->ip4_other_query;
2302 other_query = &brmctx->ip6_other_query;
2306 other_query && !timer_pending(&other_query->timer)) {
3667 struct bridge_mcast_other_query *other_query,
3702 if (timer_pending(&other_query->timer))