Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
net
stp.h
Go to the documentation of this file.
1
#ifndef _NET_STP_H
2
#define _NET_STP_H
3
4
struct
stp_proto
{
5
unsigned
char
group_address
[
ETH_ALEN
];
6
void
(*
rcv
)(
const
struct
stp_proto
*,
struct
sk_buff
*,
7
struct
net_device
*);
8
void
*
data
;
9
};
10
11
extern
int
stp_proto_register
(
const
struct
stp_proto
*
proto
);
12
extern
void
stp_proto_unregister
(
const
struct
stp_proto
*
proto
);
13
14
#endif
/* _NET_STP_H */
Generated on Thu Jan 10 2013 14:53:18 for Linux Kernel by
1.8.2