Lines Matching refs:other_query
1852 struct bridge_mcast_other_query *other_query = NULL;
1867 other_query = &brmctx->ip4_other_query;
1872 other_query = &brmctx->ip6_other_query;
1877 if (!other_query || timer_pending(&other_query->timer))
1939 struct bridge_mcast_other_query *other_query = NULL;
1958 other_query = &brmctx->ip4_other_query;
1961 other_query = &brmctx->ip6_other_query;
1964 if (!other_query || timer_pending(&other_query->timer))
2174 struct bridge_mcast_other_query *other_query = NULL;
2184 other_query = &brmctx->ip4_other_query;
2187 other_query = &brmctx->ip6_other_query;
2196 other_query &&
2197 !timer_pending(&other_query->timer))
2205 !other_query || timer_pending(&other_query->timer))
2221 struct bridge_mcast_other_query *other_query = NULL;
2229 other_query = &brmctx->ip4_other_query;
2232 other_query = &brmctx->ip6_other_query;
2236 other_query && !timer_pending(&other_query->timer)) {
3597 struct bridge_mcast_other_query *other_query,
3632 if (timer_pending(&other_query->timer))