Searched refs:other_query (Results 1 – 1 of 1) sorted by relevance
1852 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_send_query() local1867 other_query = &brmctx->ip4_other_query; in br_multicast_send_query()1872 other_query = &brmctx->ip6_other_query; in br_multicast_send_query()1877 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query()1939 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_port_group_rexmit() local1958 other_query = &brmctx->ip4_other_query; in br_multicast_port_group_rexmit()1961 other_query = &brmctx->ip6_other_query; in br_multicast_port_group_rexmit()1964 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_port_group_rexmit()2172 struct bridge_mcast_other_query *other_query = NULL; in __grp_src_query_marked_and_rexmit() local2182 other_query = &brmctx->ip4_other_query; in __grp_src_query_marked_and_rexmit()[all …]