|
Linux Kernel
3.7.1
|
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_device * | x25_dev_get (char *devname) |
| struct x25_route * | x25_get_route (struct x25_address *addr) |
| int | x25_route_ioctl (unsigned int cmd, void __user *arg) |
| void __exit | x25_route_free (void) |
| DEFINE_RWLOCK | ( | x25_route_list_lock | ) |
| LIST_HEAD | ( | x25_route_list | ) |
|
read |
Definition at line 131 of file x25_route.c.
|
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.
Definition at line 215 of file x25_route.c.
1.8.2