Searched refs:tcp_space (Results 1 – 3 of 3) sorted by relevance
1475 static inline int tcp_space(const struct sock *sk) in tcp_space() function
3028 int free_space = tcp_space(sk); in __tcp_select_window()
528 room = min_t(int, tp->window_clamp, tcp_space(sk)) - tp->rcv_ssthresh; in tcp_grow_window()