Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
Dprotocol.c2118 int min_stale_count = INT_MAX; in mptcp_subflow_get_retrans() local
2134 min_stale_count = min_t(int, min_stale_count, subflow->stale_count); in mptcp_subflow_get_retrans()
2152 return min_stale_count > 1 ? backup : NULL; in mptcp_subflow_get_retrans()