Searched refs:tcp_adv_win_scale (Results 1 – 2 of 2) sorted by relevance
1406 int tcp_adv_win_scale = sock_net(sk)->ipv4.sysctl_tcp_adv_win_scale; in tcp_win_from_space() local1408 return tcp_adv_win_scale <= 0 ? in tcp_win_from_space()1409 (space>>(-tcp_adv_win_scale)) : in tcp_win_from_space()1410 space - (space>>tcp_adv_win_scale); in tcp_win_from_space()
307 tcp_adv_win_scale - INTEGER308 Count buffering overhead as bytes/2^tcp_adv_win_scale309 (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale),
Completed in 12 milliseconds