skb_header_cloned (9) Linux Manual Page
skb_header_cloned – is the header a clone
Synopsis
int skb_header_cloned(const struct sk_buff *skb);
Arguments
skb
-
- buffer to check
Description
Returns true if modifying the header part of the buffer requires the data to be copied.
