1. NAME

skb_tailroom - bytes at buffer end

2. SYNOPSIS

int skb_tailroom(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

5. COPYRIGHT