table of contents
other versions
__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¶
struct sock * sk
socket
int size
memory size to allocate
int amt
pages to allocate
int kind
allocation type
DESCRIPTION¶
Similar to __sk_mem_schedule, but does not update sk_forward_alloc
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |