Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
x25_forward.c File Reference
#include <linux/if_arp.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <net/x25.h>

Go to the source code of this file.

Functions

 LIST_HEAD (x25_forward_list)
 
 DEFINE_RWLOCK (x25_forward_list_lock)
 
int x25_forward_call (struct x25_address *dest_addr, struct x25_neigh *from, struct sk_buff *skb, int lci)
 
int x25_forward_data (int lci, struct x25_neigh *from, struct sk_buff *skb)
 
void x25_clear_forward_by_lci (unsigned int lci)
 
void x25_clear_forward_by_dev (struct net_device *dev)
 

Function Documentation

DEFINE_RWLOCK ( x25_forward_list_lock  )
LIST_HEAD ( x25_forward_list  )
void x25_clear_forward_by_dev ( struct net_device dev)

Definition at line 152 of file x25_forward.c.

void x25_clear_forward_by_lci ( unsigned int  lci)

Definition at line 134 of file x25_forward.c.

int x25_forward_call ( struct x25_address dest_addr,
struct x25_neigh from,
struct sk_buff skb,
int  lci 
)

Definition at line 19 of file x25_forward.c.

int x25_forward_data ( int  lci,
struct x25_neigh from,
struct sk_buff skb 
)

Definition at line 94 of file x25_forward.c.