Lines Matching refs:space
589 tp->rcvq_space.space = min3(tp->rcv_ssthresh, tp->rcv_wnd,
720 * This function should be called every time data is copied to user space.
721 * It calculates the appropriate TCP receive buffer space.
738 if (copied <= tp->rcvq_space.space)
761 grow = rcvwin * (copied - tp->rcvq_space.space);
762 do_div(grow, tp->rcvq_space.space);
774 tp->rcvq_space.space = copied;
1206 * |<------------+------+----- TCP seqno space --------------+---------->|
1214 * equal to the ideal case (infinite seqno space without wrap caused issues).
1216 * With D-SACK the lower bound is extended to cover sequence space below
4274 * to timestamp space.
4277 * on networks with high bandwidth, when sequence space is recycled fastly,
4381 * space. Not before when we get holes.
4538 * in-order packets close up the sequence space.
4547 * or hits the sequence space of other SACK blocks, if so coalesce.
5469 * and hopefully then we'll have sufficient space.
5525 /* Caller made space either from:
5872 * - There is no buffer space left
5907 * the buffer to user space. smart...
5921 * space for instance)