Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mptcp/
H A Dpm_netlink.c36 u8 retrans_times; member
231 entry->retrans_times++; in mptcp_pm_add_timer()
234 if (entry->retrans_times < ADD_ADDR_RETRANS_MAX) in mptcp_pm_add_timer()
253 entry->retrans_times = ADD_ADDR_RETRANS_MAX; in mptcp_pm_del_add_timer()
279 add_entry->retrans_times = 0; in mptcp_pm_alloc_anno_list()
/kernel/linux/linux-6.6/net/mptcp/
H A Dpm_netlink.c29 u8 retrans_times; member
309 entry->retrans_times++; in mptcp_pm_add_timer()
312 if (entry->retrans_times < ADD_ADDR_RETRANS_MAX) in mptcp_pm_add_timer()
318 if (entry->retrans_times == ADD_ADDR_RETRANS_MAX) in mptcp_pm_add_timer()
335 entry->retrans_times = ADD_ADDR_RETRANS_MAX; in mptcp_pm_del_add_timer()
372 add_entry->retrans_times = 0; in mptcp_pm_alloc_anno_list()

Completed in 5 milliseconds