table of contents
other versions
- stretch 4.9.168-1
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¶
April 2019 | Kernel Hackers Manual 4.9. |