1. NAME

sk_has_allocations - check if allocations are outstanding

2. SYNOPSIS

bool sk_has_allocations(const struct sock *  sk );

3. ARGUMENTS

sk
    socket

4. DESCRIPTION

Returns true if socket has write or read allocations

5. COPYRIGHT