1. NAME

skb_headroom - bytes at buffer head

2. SYNOPSIS

unsigned int skb_headroom(const struct sk_buff *  skb );

3. ARGUMENTS

skb
    buffer to check

4. DESCRIPTION

Return the number of bytes of free space at the head of an sk_buff.

5. COPYRIGHT