Name

skb_headroom — bytes at buffer head

Synopsis

unsigned int skb_headroom (const struct sk_buff * skb);
 

Arguments

const struct sk_buff * skb

buffer to check

Description

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