Name

skb_header_cloned — is the header a clone

Synopsis

int skb_header_cloned (const struct sk_buff * skb);
 

Arguments

const struct sk_buff * skb

buffer to check

Description

Returns true if modifying the header part of the buffer requires the data to be copied.