1. NAME

skb_availroom - bytes at buffer end

2. SYNOPSIS

int skb_availroom(const struct sk_buff *  skb );

3. ARGUMENTS

skb
    buffer to check

4. DESCRIPTION

Return the number of bytes of free space at the tail of an sk_buff allocated by sk_stream_alloc

5. COPYRIGHT