Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions | Variables
if_bridge.h File Reference
#include <linux/netdevice.h>
#include <uapi/linux/if_bridge.h>

Go to the source code of this file.

Typedefs

typedef int br_should_route_hook_t (struct sk_buff *skb)
 

Functions

void brioctl_set (int(*ioctl_hook)(struct net *, unsigned int, void __user *))
 

Variables

br_should_route_hook_t __rcubr_should_route_hook
 

Typedef Documentation

typedef int br_should_route_hook_t(struct sk_buff *skb)

Definition at line 21 of file if_bridge.h.

Function Documentation

void brioctl_set ( int(*)(struct net *, unsigned int, void __user *)  ioctl_hook)

Definition at line 1006 of file socket.c.

Variable Documentation

br_should_route_hook_t __rcu* br_should_route_hook