1. NAME

sk_set_memalloc - sets SOCK_MEMALLOC

2. SYNOPSIS

void sk_set_memalloc(struct sock *  sk );

3. ARGUMENTS

sk
    socket to set it on

4. DESCRIPTION

Set SOCK_MEMALLOC on a socket for access to emergency reserves. ItAqs the responsibility of the admin to adjust min_free_kbytes to meet the requirements

5. COPYRIGHT