Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dpm.c18 u8 retrans_times; member
372 if (entry->retrans_times < ADD_ADDR_RETRANS_MAX && in mptcp_pm_add_timer()
377 entry->retrans_times++; in mptcp_pm_add_timer()
380 if (entry->retrans_times < ADD_ADDR_RETRANS_MAX) in mptcp_pm_add_timer()
381 timeout <<= entry->retrans_times; in mptcp_pm_add_timer()
387 if (entry->retrans_times == ADD_ADDR_RETRANS_MAX) in mptcp_pm_add_timer()
413 entry->retrans_times = ADD_ADDR_RETRANS_MAX; in mptcp_pm_del_add_timer()
460 add_entry->retrans_times = 0; in mptcp_pm_alloc_anno_list()