|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/netfilter_bridge.h>#include <linux/export.h>#include "br_private.h"Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL (br_should_route_hook) | |
| int | br_handle_frame_finish (struct sk_buff *skb) |
| rx_handler_result_t | br_handle_frame (struct sk_buff **pskb) |
Variables | |
| const u8 | br_group_address [ETH_ALEN] = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 } |
| br_should_route_hook_t __rcu *br_should_route_hook | __read_mostly |
| rx_handler_result_t br_handle_frame | ( | struct sk_buff ** | pskb | ) |
Definition at line 146 of file br_input.c.
Definition at line 48 of file br_input.c.
| EXPORT_SYMBOL | ( | br_should_route_hook | ) |
| br_should_route_hook_t __rcu* br_should_route_hook __read_mostly |
Definition at line 26 of file br_input.c.
Definition at line 23 of file br_input.c.
1.8.2