Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_multicast.c3049 struct timer_list *own_timer, *other_timer; in br_multicast_select_querier() local
3056 other_timer = &brmctx->ip4_other_query.timer; in br_multicast_select_querier()
3065 other_timer = &brmctx->ip6_other_query.timer; in br_multicast_select_querier()
3074 if (!timer_pending(own_timer) && !timer_pending(other_timer)) in br_multicast_select_querier()