Home
last modified time | relevance | path

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

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