table of contents
SKB_GET(9) | Linux Networking | SKB_GET(9) |
NAME¶
skb_get - reference buffer
SYNOPSIS¶
struct sk_buff * skb_get(struct sk_buff * skb);
ARGUMENTS¶
skb
buffer to reference
DESCRIPTION¶
Makes another reference to a socket buffer and returns a pointer to the buffer.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |