|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/net.h>#include <linux/slab.h>#include <linux/netdevice.h>#include <linux/phonet.h>#include <linux/proc_fs.h>#include <linux/if_arp.h>#include <net/sock.h>#include <net/netns/generic.h>#include <net/phonet/pn_dev.h>Go to the source code of this file.
Data Structures | |
| struct | phonet_routes |
| struct | phonet_net |
Functions | |
| struct phonet_device_list * | phonet_device_list (struct net *net) |
| struct net_device * | phonet_device_get (struct net *net) |
| int | phonet_address_add (struct net_device *dev, u8 addr) |
| int | phonet_address_del (struct net_device *dev, u8 addr) |
| u8 | phonet_address_get (struct net_device *dev, u8 daddr) |
| int | phonet_address_lookup (struct net *net, u8 addr) |
| int __init | phonet_device_init (void) |
| void | phonet_device_exit (void) |
| int | phonet_route_add (struct net_device *dev, u8 daddr) |
| int | phonet_route_del (struct net_device *dev, u8 daddr) |
| struct net_device * | phonet_route_get_rcu (struct net *net, u8 daddr) |
| struct net_device * | phonet_route_output (struct net *net, u8 daddr) |
| int phonet_address_add | ( | struct net_device * | dev, |
| u8 | addr | ||
| ) |
| int phonet_address_del | ( | struct net_device * | dev, |
| u8 | addr | ||
| ) |
| u8 phonet_address_get | ( | struct net_device * | dev, |
| u8 | daddr | ||
| ) |
|
read |
|
read |
|
read |
1.8.2