table of contents
other versions
SKB_GET(9) | Linux Networking | SKB_GET(9) |
NAME¶
skb_get - reference bufferSYNOPSIS¶
struct sk_buff * skb_get(struct sk_buff * skb);
ARGUMENTS¶
struct sk_buff * skbbuffer to reference
DESCRIPTION¶
Makes another reference to a socket buffer and returns a pointer to the buffer.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |