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

Go to the source code of this file.

Data Structures

struct  gre_protocol
 

Macros

#define GREPROTO_CISCO   0
 
#define GREPROTO_PPTP   1
 
#define GREPROTO_MAX   2
 

Functions

int gre_add_protocol (const struct gre_protocol *proto, u8 version)
 
int gre_del_protocol (const struct gre_protocol *proto, u8 version)
 

Macro Definition Documentation

#define GREPROTO_CISCO   0

Definition at line 6 of file gre.h.

#define GREPROTO_MAX   2

Definition at line 8 of file gre.h.

#define GREPROTO_PPTP   1

Definition at line 7 of file gre.h.

Function Documentation

int gre_add_protocol ( const struct gre_protocol proto,
u8  version 
)

Definition at line 30 of file gre.c.

int gre_del_protocol ( const struct gre_protocol proto,
u8  version 
)

Definition at line 50 of file gre.c.