tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()
We plan to use sk_forced_wmem_schedule() in input path as well, so make it non static and rename it. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
1a24e04e4b
commit
a6c5ea4ccf
@@ -311,6 +311,8 @@ static inline bool tcp_out_of_memory(struct sock *sk)
|
||||
return false;
|
||||
}
|
||||
|
||||
void sk_forced_mem_schedule(struct sock *sk, int size);
|
||||
|
||||
static inline bool tcp_too_many_orphans(struct sock *sk, int shift)
|
||||
{
|
||||
struct percpu_counter *ocp = sk->sk_prot->orphan_count;
|
||||
|
Reference in New Issue
Block a user