Searched refs:__sk_mem_reduce_allocated (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/core/
H A Dsock.c3181 * __sk_mem_reduce_allocated - reclaim memory_allocated
3187 void __sk_mem_reduce_allocated(struct sock *sk, int amount) function
3208 __sk_mem_reduce_allocated(sk, amount);
/linux-master/include/net/
H A Dsock.h1552 void __sk_mem_reduce_allocated(struct sock *sk, int amount);
/linux-master/net/ipv4/
H A Dudp.c1433 __sk_mem_reduce_allocated(sk, amt >> PAGE_SHIFT);
/linux-master/net/mptcp/
H A Dprotocol.c170 __sk_mem_reduce_allocated(sk, amount);

Completed in 253 milliseconds