|
Linux Kernel
3.7.1
|
#include <linux/capability.h>#include <linux/errno.h>#include <linux/types.h>#include <linux/socket.h>#include <linux/timer.h>#include <linux/in.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/string.h>#include <linux/sockios.h>#include <linux/net.h>#include <linux/slab.h>#include <net/ax25.h>#include <linux/inet.h>#include <linux/netdevice.h>#include <linux/if_arp.h>#include <linux/skbuff.h>#include <linux/spinlock.h>#include <net/sock.h>#include <asm/uaccess.h>#include <linux/fcntl.h>#include <linux/mm.h>#include <linux/interrupt.h>#include <linux/init.h>#include <linux/seq_file.h>#include <linux/export.h>Go to the source code of this file.
Functions | |
| void | ax25_rt_device_down (struct net_device *dev) |
| void | __ax25_put_route (ax25_route *ax25_rt) |
| int | ax25_rt_ioctl (unsigned int cmd, void __user *arg) |
| ax25_route * | ax25_get_route (ax25_address *addr, struct net_device *dev) |
| int | ax25_rt_autobind (ax25_cb *ax25, ax25_address *addr) |
| struct sk_buff * | ax25_rt_build_path (struct sk_buff *skb, ax25_address *src, ax25_address *dest, ax25_digi *digi) |
| void __exit | ax25_rt_free (void) |
| void __ax25_put_route | ( | ax25_route * | ax25_rt | ) |
Definition at line 142 of file ax25_route.c.
| ax25_route* ax25_get_route | ( | ax25_address * | addr, |
| struct net_device * | dev | ||
| ) |
Definition at line 353 of file ax25_route.c.
| int ax25_rt_autobind | ( | ax25_cb * | ax25, |
| ax25_address * | addr | ||
| ) |
Definition at line 411 of file ax25_route.c.
|
read |
Definition at line 459 of file ax25_route.c.
| void ax25_rt_device_down | ( | struct net_device * | dev | ) |
Definition at line 45 of file ax25_route.c.
Definition at line 492 of file ax25_route.c.
1.8.2