SKB_HEADER_CLONED
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
NAME
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.
COPYRIGHT