table of contents
__SK_MEM_RAISE_ALLOC(9) | Linux Networking | __SK_MEM_RAISE_ALLOC(9) |
NAME¶
__sk_mem_raise_allocated - increase memory_allocated
SYNOPSIS¶
int __sk_mem_raise_allocated(struct sock * sk, int size, int amt, int kind);
ARGUMENTS¶
sk
socket
size
memory size to allocate
amt
pages to allocate
kind
allocation type
DESCRIPTION¶
Similar to __sk_mem_schedule, but does not update sk_forward_alloc
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |