SKB_GET

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

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