Home
last modified time | relevance | path

Searched refs:other_query (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/net/bridge/
Dbr_multicast.c1690 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_send_query() local
1705 other_query = &brmctx->ip4_other_query; in br_multicast_send_query()
1710 other_query = &brmctx->ip6_other_query; in br_multicast_send_query()
1715 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query()
1777 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_port_group_rexmit() local
1796 other_query = &brmctx->ip4_other_query; in br_multicast_port_group_rexmit()
1799 other_query = &brmctx->ip6_other_query; in br_multicast_port_group_rexmit()
1802 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_port_group_rexmit()
1993 struct bridge_mcast_other_query *other_query = NULL; in __grp_src_query_marked_and_rexmit() local
2003 other_query = &brmctx->ip4_other_query; in __grp_src_query_marked_and_rexmit()
[all …]