Lines Matching defs:amount
183 static void __mptcp_rmem_reclaim(struct sock *sk, int amount)
185 amount >>= PAGE_SHIFT;
186 mptcp_rmem_charge(sk, amount << PAGE_SHIFT);
187 __sk_mem_reduce_allocated(sk, amount);
339 int amt, amount;
346 amount = amt << PAGE_SHIFT;
350 mptcp_rmem_fwd_alloc_add(sk, amount);
1095 /* ensure we get enough memory for the frag hdr, beyond some minimal amount of
1466 * - use the above to estimate the amount of byte transferred
1468 * - check that the amount of queued data is greter than the above,