Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtcp.h1343 int tcp_adv_win_scale = sock_net(sk)->ipv4.sysctl_tcp_adv_win_scale; in tcp_win_from_space() local
1345 return tcp_adv_win_scale <= 0 ? in tcp_win_from_space()
1346 (space>>(-tcp_adv_win_scale)) : in tcp_win_from_space()
1347 space - (space>>tcp_adv_win_scale); in tcp_win_from_space()
/Linux-v4.19/Documentation/networking/
Dip-sysctl.txt215 tcp_adv_win_scale - INTEGER
216 Count buffering overhead as bytes/2^tcp_adv_win_scale
217 (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale),
524 default setting of tcp_adv_win_scale and tcp_app_win:0 and a bit