Lines Matching refs:delay
1013 static void mld_ifc_start_timer(struct inet6_dev *idev, unsigned long delay) in mld_ifc_start_timer() argument
1015 unsigned long tv = prandom_u32() % delay; in mld_ifc_start_timer()
1028 static void mld_dad_start_timer(struct inet6_dev *idev, unsigned long delay) in mld_dad_start_timer() argument
1030 unsigned long tv = prandom_u32() % delay; in mld_dad_start_timer()
1048 unsigned long delay = resptime; in igmp6_group_queried() local
1057 delay = ma->mca_timer.expires - jiffies; in igmp6_group_queried()
1060 if (delay >= resptime) in igmp6_group_queried()
1061 delay = prandom_u32() % resptime; in igmp6_group_queried()
1063 ma->mca_timer.expires = jiffies + delay; in igmp6_group_queried()
1064 if (!mod_timer(&ma->mca_timer, jiffies + delay)) in igmp6_group_queried()
2366 unsigned long delay; in igmp6_join_group() local
2373 delay = prandom_u32() % unsolicited_report_interval(ma->idev); in igmp6_join_group()
2378 delay = ma->mca_timer.expires - jiffies; in igmp6_join_group()
2381 if (!mod_timer(&ma->mca_timer, jiffies + delay)) in igmp6_join_group()