Home
last modified time | relevance | path

Searched refs:sk_memory_allocated_sub (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/core/
Dsock.c1044 sk_memory_allocated_sub(sk, pages); in sock_reserve_memory()
3120 sk_memory_allocated_sub(sk, amt); in __sk_mem_raise_allocated()
3159 sk_memory_allocated_sub(sk, amount); in __sk_mem_reduce_allocated()
/Linux-v6.6/include/net/
Dsock.h1477 sk_memory_allocated_sub(struct sock *sk, int amt) in sk_memory_allocated_sub() function