Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c129 static const int bbr_min_tso_rate = 1200000; variable
271 return sk->sk_pacing_rate < (bbr_min_tso_rate >> 3) ? 1 : 2; in bbr_min_tso_segs()