tcp_space
room = min_t(int, tp->window_clamp, tcp_space(sk)) - tp->rcv_ssthresh;
int free_space = tcp_space(sk);