Home
last modified time | relevance | path

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

/net/ipv4/
Dinet_timewait_sock.c284 mod_timer(&twdr->tw_timer, jiffies + twdr->period); in inet_twdr_hangman()
385 slot = DIV_ROUND_UP(timeo, twdr->period); in inet_twsk_schedule()
414 mod_timer(&twdr->tw_timer, jiffies + twdr->period); in inet_twsk_schedule()
Dtcp.c343 int period = timeout; in secs_to_retrans() local
346 while (seconds > period && res < 255) { in secs_to_retrans()
351 period += timeout; in secs_to_retrans()
360 int period = 0; in retrans_to_secs() local
363 period = timeout; in retrans_to_secs()
368 period += timeout; in retrans_to_secs()
371 return period; in retrans_to_secs()
Dtcp_minisocks.c37 .period = TCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,
/net/dccp/
Dminisocks.c30 .period = DCCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,
/net/sched/
Dsch_hfsc.c1372 xstats.period = cl->cl_vtperiod; in hfsc_dump_class_stats()