1__SK_MEM_RAISE_ALLOC(9)        Linux Networking        __SK_MEM_RAISE_ALLOC(9)
2
3
4

NAME

6       __sk_mem_raise_allocated - increase memory_allocated
7

SYNOPSIS

9       int __sk_mem_raise_allocated(struct sock * sk, int size, int amt,
10                                    int kind);
11

ARGUMENTS

13       sk
14           socket
15
16       size
17           memory size to allocate
18
19       amt
20           pages to allocate
21
22       kind
23           allocation type
24

DESCRIPTION

26       Similar to __sk_mem_schedule, but does not update sk_forward_alloc
27
29Kernel Hackers Manual 3.10         June 2019           __SK_MEM_RAISE_ALLOC(9)
Impressum