table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_HEADER_CLONED(9) | Linux Networking | SKB_HEADER_CLONED(9) |
NAME¶
skb_header_cloned - is the header a cloneSYNOPSIS¶
int
skb_header_cloned(const struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to check
DESCRIPTION¶
Returns true if modifying the header part of the buffer requires the data to be copied.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |