|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/netpoll.h>#include <linux/ethtool.h>#include <linux/if_arp.h>#include <linux/module.h>#include <linux/init.h>#include <linux/rtnetlink.h>#include <linux/if_ether.h>#include <linux/slab.h>#include <net/sock.h>#include "br_private.h"Go to the source code of this file.
Functions | |
| void | br_port_carrier_check (struct net_bridge_port *p) |
| void | br_dev_delete (struct net_device *dev, struct list_head *head) |
| int | br_add_bridge (struct net *net, const char *name) |
| int | br_del_bridge (struct net *net, const char *name) |
| int | br_min_mtu (const struct net_bridge *br) |
| netdev_features_t | br_features_recompute (struct net_bridge *br, netdev_features_t features) |
| int | br_add_if (struct net_bridge *br, struct net_device *dev) |
| int | br_del_if (struct net_bridge *br, struct net_device *dev) |
| void __net_exit | br_net_exit (struct net *net) |
| int br_add_if | ( | struct net_bridge * | br, |
| struct net_device * | dev | ||
| ) |
| int br_del_if | ( | struct net_bridge * | br, |
| struct net_device * | dev | ||
| ) |
| void br_dev_delete | ( | struct net_device * | dev, |
| struct list_head * | head | ||
| ) |
| netdev_features_t br_features_recompute | ( | struct net_bridge * | br, |
| netdev_features_t | features | ||
| ) |
| void br_port_carrier_check | ( | struct net_bridge_port * | p | ) |
1.8.2