Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dtcp.h1438 int tcp_adv_win_scale = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_adv_win_scale); in tcp_win_from_space() local
1440 return tcp_adv_win_scale <= 0 ? in tcp_win_from_space()
1441 (space>>(-tcp_adv_win_scale)) : in tcp_win_from_space()
1442 space - (space>>tcp_adv_win_scale); in tcp_win_from_space()
/Linux-v6.1/Documentation/networking/
Dip-sysctl.rst320 tcp_adv_win_scale - INTEGER
321 Count buffering overhead as bytes/2^tcp_adv_win_scale
322 (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale),