Searched refs:mcast_rejoin (Results 1 – 2 of 2) sorted by relevance
684 schedule_delayed_work(&team->mcast_rejoin.dw, 0); in team_mcast_rejoin_work()695 schedule_delayed_work(&team->mcast_rejoin.dw, in team_mcast_rejoin_work()696 msecs_to_jiffies(team->mcast_rejoin.interval)); in team_mcast_rejoin_work()701 if (!team->mcast_rejoin.count || !netif_running(team->dev)) in team_mcast_rejoin()703 atomic_add(team->mcast_rejoin.count, &team->mcast_rejoin.count_pending); in team_mcast_rejoin()704 schedule_delayed_work(&team->mcast_rejoin.dw, 0); in team_mcast_rejoin()714 cancel_delayed_work_sync(&team->mcast_rejoin.dw); in team_mcast_rejoin_fini()1434 ctx->data.u32_val = team->mcast_rejoin.count; in team_mcast_rejoin_count_get()1440 team->mcast_rejoin.count = ctx->data.u32_val; in team_mcast_rejoin_count_set()1447 ctx->data.u32_val = team->mcast_rejoin.interval; in team_mcast_rejoin_interval_get()[all …]
225 } mcast_rejoin; member