sk_set_memalloc(9) sets SOCK_MEMALLOC

SYNOPSIS

void sk_set_memalloc(struct sock * sk);

ARGUMENTS

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