Home
last modified time | relevance | path

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

/net/bridge/
Dbr_multicast.c2548 unsigned long max_delay) in br_multicast_update_query_timer() argument
2551 query->delay_time = jiffies + max_delay; in br_multicast_update_query_timer()
2626 unsigned long max_delay) in br_multicast_query_received() argument
2631 br_multicast_update_query_timer(br, query, max_delay); in br_multicast_query_received()
2648 unsigned long max_delay; in br_ip4_multicast_query() local
2660 max_delay = ih->code * (HZ / IGMP_TIMER_SCALE); in br_ip4_multicast_query()
2662 if (!max_delay) { in br_ip4_multicast_query()
2663 max_delay = 10 * HZ; in br_ip4_multicast_query()
2672 max_delay = ih3->code ? in br_ip4_multicast_query()
2683 &saddr, max_delay); in br_ip4_multicast_query()
[all …]
/net/ipv4/
Digmp.c214 static void igmp_start_timer(struct ip_mc_list *im, int max_delay) in igmp_start_timer() argument
216 int tv = prandom_u32() % max_delay; in igmp_start_timer()
247 static void igmp_mod_timer(struct ip_mc_list *im, int max_delay) in igmp_mod_timer() argument
252 if ((long)(im->timer.expires-jiffies) < max_delay) { in igmp_mod_timer()
260 igmp_start_timer(im, max_delay); in igmp_mod_timer()
944 int max_delay; in igmp_heard_query() local
953 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query()
960 max_delay = ih->code*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
975 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query()
984 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
[all …]
Dtcp_illinois.c114 static inline u32 max_delay(const struct illinois *ca) in max_delay() function
231 u32 dm = max_delay(ca); in update_params()
/net/ipv6/
Dmcast.c1273 unsigned long *max_delay, bool v1_query) in mld_process_v1() argument
1298 *max_delay = max(msecs_to_jiffies(mldv1_md), 1UL); in mld_process_v1()
1319 unsigned long *max_delay) in mld_process_v2() argument
1321 *max_delay = max(msecs_to_jiffies(mldv2_mrc(mld)), 1UL); in mld_process_v2()
1327 idev->mc_maxdelay = *max_delay; in mld_process_v2()
1338 unsigned long max_delay; in igmp6_event_query() local
1380 err = mld_process_v1(idev, mld, &max_delay, in igmp6_event_query()
1393 err = mld_process_v2(idev, mlh2, &max_delay); in igmp6_event_query()
1421 igmp6_group_queried(ma, max_delay); in igmp6_event_query()
1442 igmp6_group_queried(ma, max_delay); in igmp6_event_query()
/net/sched/
Dsch_netem.c636 (q->slot_config.max_delay - in get_slot_next()
813 if (q->slot_config.min_delay | q->slot_config.max_delay | in get_slot()
1197 if (q->slot_config.min_delay | q->slot_config.max_delay | in netem_dump()
/net/wireless/
Dnl80211.c1641 rule.max_delay = rdev->wiphy.coalesce->max_delay; in nl80211_send_coalesce()
12522 if (new_rule->delay > coalesce->max_delay) in nl80211_parse_coalesce_rule()