table of contents
other versions
SK_SET_MEMALLOC(9) | Linux Networking | SK_SET_MEMALLOC(9) |
NAME¶
sk_set_memalloc - sets SOCK_MEMALLOC
SYNOPSIS¶
void sk_set_memalloc(struct sock * sk);
ARGUMENTS¶
struct sock * sk
socket to set it on
DESCRIPTION¶
Set SOCK_MEMALLOC on a socket for access to emergency reserves. It's the responsibility of the admin to adjust min_free_kbytes to meet the requirements
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |