Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ar-skbuff.c File Reference
#include <linux/module.h>
#include <linux/net.h>
#include <linux/skbuff.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include "ar-internal.h"

Go to the source code of this file.

Functions

void rxrpc_packet_destructor (struct sk_buff *skb)
 
void rxrpc_kernel_free_skb (struct sk_buff *skb)
 
 EXPORT_SYMBOL (rxrpc_kernel_free_skb)
 

Function Documentation

EXPORT_SYMBOL ( rxrpc_kernel_free_skb  )
void rxrpc_kernel_free_skb ( struct sk_buff skb)

rxrpc_kernel_free_skb - Free an RxRPC socket buffer : The socket buffer to be freed

Let RxRPC free its own socket buffer, permitting it to maintain debug accounting.

Definition at line 127 of file ar-skbuff.c.

void rxrpc_packet_destructor ( struct sk_buff skb)

Definition at line 100 of file ar-skbuff.c.