|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/netlink.h>#include <linux/phonet.h>#include <linux/slab.h>#include <net/sock.h>#include <net/phonet/pn_dev.h>Go to the source code of this file.
Functions | |
| void | phonet_address_notify (int event, struct net_device *dev, u8 addr) |
| void | rtm_phonet_notify (int event, struct net_device *dev, u8 dst) |
| int __init | phonet_netlink_register (void) |
| void phonet_address_notify | ( | int | event, |
| struct net_device * | dev, | ||
| u8 | addr | ||
| ) |
Definition at line 38 of file pn_netlink.c.
Definition at line 292 of file pn_netlink.c.
| void rtm_phonet_notify | ( | int | event, |
| struct net_device * | dev, | ||
| u8 | dst | ||
| ) |
Definition at line 197 of file pn_netlink.c.
1.8.2