1. NAME▲
skb_header_cloned - is the header a clone
2. SYNOPSIS ▲
int skb_header_cloned(const struct sk_buff * skb );
3. ARGUMENTS ▲
skb
buffer to check
4. DESCRIPTION ▲
Returns true if modifying the header part of the buffer requires the data to be copied.
5. COPYRIGHT ▲