4 #include <linux/skbuff.h>
6 #define GREPROTO_CISCO 0
7 #define GREPROTO_PPTP 1
11 int (*handler
)(struct sk_buff
*skb
);
12 void (*err_handler
)(struct sk_buff
*skb
, u32 info
);
15 int gre_add_protocol(const struct gre_protocol
*proto
, u8 version
);
16 int gre_del_protocol(const struct gre_protocol
*proto
, u8 version
);