Lines Matching refs:space
571 int space = __mptcp_space(sk);
574 cleanup = (space > 0) && (space >= (old_space << 1));
976 * - there is space available in the backing page_frag
1712 /* will be cleared on avail space */
2004 if (msk->rcvq_space.copied <= msk->rcvq_space.space)
2014 grow = rcvwin * (msk->rcvq_space.copied - msk->rcvq_space.space);
2016 do_div(grow, msk->rcvq_space.space);
2047 msk->rcvq_space.space = msk->rcvq_space.copied;
3283 * not yet exposted to user-space
3325 msk->rcvq_space.space = min_t(u32, tp->rcv_wnd,
3327 if (msk->rcvq_space.space == 0)
3328 msk->rcvq_space.space = TCP_INIT_CWND * TCP_MSS_DEFAULT;
3744 * TCP option space.