skb_headroom

Name

skb_headroom --  bytes at buffer head

Synopsis

int skb_headroom (const struct sk_buff * skb);

Arguments

skb

buffer to check

Description

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