Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
x25_route.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_route_list)
 
 DEFINE_RWLOCK (x25_route_list_lock)
 
void x25_route_device_down (struct net_device *dev)
 
struct net_devicex25_dev_get (char *devname)
 
struct x25_routex25_get_route (struct x25_address *addr)
 
int x25_route_ioctl (unsigned int cmd, void __user *arg)
 
void __exit x25_route_free (void)
 

Function Documentation

DEFINE_RWLOCK ( x25_route_list_lock  )
LIST_HEAD ( x25_route_list  )
struct net_device* x25_dev_get ( char devname)
read

Definition at line 131 of file x25_route.c.

struct x25_route* x25_get_route ( struct x25_address addr)
read

x25_get_route - Find a route given an X.25 address. - address to find a route for

Find a route given an X.25 address.

Definition at line 154 of file x25_route.c.

void x25_route_device_down ( struct net_device dev)

Definition at line 109 of file x25_route.c.

void __exit x25_route_free ( void  )

Definition at line 215 of file x25_route.c.

int x25_route_ioctl ( unsigned int  cmd,
void __user arg 
)

Definition at line 182 of file x25_route.c.