Lines Matching refs:other_query
1474 struct bridge_mcast_other_query *other_query = NULL;
1487 other_query = &br->ip4_other_query;
1491 other_query = &br->ip6_other_query;
1496 if (!other_query || timer_pending(&other_query->timer))
1548 struct bridge_mcast_other_query *other_query = NULL;
1559 other_query = &br->ip4_other_query;
1562 other_query = &br->ip6_other_query;
1565 if (!other_query || timer_pending(&other_query->timer))
1714 struct bridge_mcast_other_query *other_query = NULL;
1725 other_query = &br->ip4_other_query;
1728 other_query = &br->ip6_other_query;
1737 other_query &&
1738 !timer_pending(&other_query->timer))
1746 !other_query || timer_pending(&other_query->timer))
1760 struct bridge_mcast_other_query *other_query = NULL;
1769 other_query = &br->ip4_other_query;
1772 other_query = &br->ip6_other_query;
1776 other_query && !timer_pending(&other_query->timer)) {
2809 struct bridge_mcast_other_query *other_query,
2845 if (timer_pending(&other_query->timer))