Home
last modified time | relevance | path

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

/net/bridge/
Dbr_multicast.c1128 unsigned long max_delay) in br_multicast_update_query_timer() argument
1131 query->delay_time = jiffies + max_delay; in br_multicast_update_query_timer()
1206 unsigned long max_delay) in br_multicast_query_received() argument
1211 br_multicast_update_query_timer(br, query, max_delay); in br_multicast_query_received()
1228 unsigned long max_delay; in br_ip4_multicast_query() local
1240 max_delay = ih->code * (HZ / IGMP_TIMER_SCALE); in br_ip4_multicast_query()
1242 if (!max_delay) { in br_ip4_multicast_query()
1243 max_delay = 10 * HZ; in br_ip4_multicast_query()
1251 max_delay = ih3->code ? in br_ip4_multicast_query()
1262 &saddr, max_delay); in br_ip4_multicast_query()
[all …]
/net/ipv4/
Digmp.c216 static void igmp_start_timer(struct ip_mc_list *im, int max_delay) in igmp_start_timer() argument
218 int tv = prandom_u32() % max_delay; in igmp_start_timer()
249 static void igmp_mod_timer(struct ip_mc_list *im, int max_delay) in igmp_mod_timer() argument
254 if ((long)(im->timer.expires-jiffies) < max_delay) { in igmp_mod_timer()
262 igmp_start_timer(im, max_delay); in igmp_mod_timer()
946 int max_delay; in igmp_heard_query() local
955 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query()
962 max_delay = ih->code*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
977 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query()
986 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.c1276 unsigned long *max_delay, bool v1_query) in mld_process_v1() argument
1301 *max_delay = max(msecs_to_jiffies(mldv1_md), 1UL); in mld_process_v1()
1322 unsigned long *max_delay) in mld_process_v2() argument
1324 *max_delay = max(msecs_to_jiffies(mldv2_mrc(mld)), 1UL); in mld_process_v2()
1330 idev->mc_maxdelay = *max_delay; in mld_process_v2()
1341 unsigned long max_delay; in igmp6_event_query() local
1383 err = mld_process_v1(idev, mld, &max_delay, in igmp6_event_query()
1396 err = mld_process_v2(idev, mlh2, &max_delay); in igmp6_event_query()
1424 igmp6_group_queried(ma, max_delay); in igmp6_event_query()
1445 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.c1563 rule.max_delay = rdev->wiphy.coalesce->max_delay; in nl80211_send_coalesce()
12117 if (new_rule->delay > coalesce->max_delay) in nl80211_parse_coalesce_rule()