Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dtcp.h1366 int tcp_adv_win_scale = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_adv_win_scale); in tcp_win_from_space() local
1368 return tcp_adv_win_scale <= 0 ? in tcp_win_from_space()
1369 (space>>(-tcp_adv_win_scale)) : in tcp_win_from_space()
1370 space - (space>>tcp_adv_win_scale); in tcp_win_from_space()