Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.c2341 int min_stale_count = INT_MAX; in mptcp_subflow_get_retrans() local
2352 min_stale_count = min_t(int, min_stale_count, subflow->stale_count); in mptcp_subflow_get_retrans()
2370 return min_stale_count > 1 ? backup : NULL; in mptcp_subflow_get_retrans()