|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/etherdevice.h>#include <net/rtnetlink.h>#include <net/net_namespace.h>#include <net/sock.h>#include "br_private.h"#include "br_private_stp.h"Go to the source code of this file.
Functions | |
| void | br_ifinfo_notify (int event, struct net_bridge_port *port) |
| int __init | br_netlink_init (void) |
| void __exit | br_netlink_fini (void) |
Variables | |
| struct rtnl_link_ops br_link_ops | __read_mostly |
| void br_ifinfo_notify | ( | int | event, |
| struct net_bridge_port * | port | ||
| ) |
Definition at line 84 of file br_netlink.c.
Definition at line 246 of file br_netlink.c.
Definition at line 219 of file br_netlink.c.
| struct rtnl_link_ops br_link_ops __read_mostly |
Definition at line 211 of file br_netlink.c.
1.8.2