|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#include <linux/types.h>#include <linux/socket.h>#include <linux/slab.h>#include <linux/in.h>#include <linux/kernel.h>#include <linux/timer.h>#include <linux/string.h>#include <linux/sockios.h>#include <linux/net.h>#include <linux/spinlock.h>#include <net/ax25.h>#include <linux/inet.h>#include <linux/netdevice.h>#include <linux/if_arp.h>#include <linux/skbuff.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>Go to the source code of this file.
Functions | |
| DEFINE_SPINLOCK (ax25_dev_lock) | |
| ax25_dev * | ax25_addr_ax25dev (ax25_address *addr) |
| void | ax25_dev_device_up (struct net_device *dev) |
| void | ax25_dev_device_down (struct net_device *dev) |
| int | ax25_fwd_ioctl (unsigned int cmd, struct ax25_fwd_struct *fwd) |
| struct net_device * | ax25_fwd_dev (struct net_device *dev) |
| void __exit | ax25_dev_free (void) |
Variables | |
| ax25_dev * | ax25_dev_list |
| ax25_dev* ax25_addr_ax25dev | ( | ax25_address * | addr | ) |
Definition at line 35 of file ax25_dev.c.
| void ax25_dev_device_down | ( | struct net_device * | dev | ) |
Definition at line 94 of file ax25_dev.c.
| void ax25_dev_device_up | ( | struct net_device * | dev | ) |
Definition at line 53 of file ax25_dev.c.
Definition at line 184 of file ax25_dev.c.
|
read |
Definition at line 168 of file ax25_dev.c.
| int ax25_fwd_ioctl | ( | unsigned int | cmd, |
| struct ax25_fwd_struct * | fwd | ||
| ) |
Definition at line 139 of file ax25_dev.c.
| DEFINE_SPINLOCK | ( | ax25_dev_lock | ) |
| ax25_dev* ax25_dev_list |
Definition at line 32 of file ax25_dev.c.
1.8.2