Home
last modified time | relevance | path

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

/Linux-v6.6/net/mptcp/
Dprotocol.c2275 int min_stale_count = INT_MAX; in mptcp_subflow_get_retrans() local
2286 min_stale_count = min_t(int, min_stale_count, subflow->stale_count); in mptcp_subflow_get_retrans()
2304 return min_stale_count > 1 ? backup : NULL; in mptcp_subflow_get_retrans()