Home
last modified time | relevance | path

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

/linux-6.12.1/net/bridge/
Dbr_multicast.c3050 struct timer_list *own_timer, *other_timer; in br_multicast_select_querier() local
3057 other_timer = &brmctx->ip4_other_query.timer; in br_multicast_select_querier()
3066 other_timer = &brmctx->ip6_other_query.timer; in br_multicast_select_querier()
3075 if (!timer_pending(own_timer) && !timer_pending(other_timer)) in br_multicast_select_querier()