table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_HAS_SHARED_FRAG(9) | Linux Networking | SKB_HAS_SHARED_FRAG(9) |
NAME¶
skb_has_shared_frag - can any frag be overwrittenSYNOPSIS¶
bool
skb_has_shared_frag(const struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to test
DESCRIPTION¶
Return true if the skb has at least one frag that might be modified by an external entity (as in vmsplice/sendfile)COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |