table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_SHARED(9) | Linux Networking | SKB_SHARED(9) |
NAME¶
skb_shared - is the buffer sharedSYNOPSIS¶
int
skb_shared(const struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to check
DESCRIPTION¶
Returns true if more than one person has a reference to this buffer.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |