X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux%2Fcompat%2Finclude%2Flinux%2Fipv6.h;h=25a5431af72756152b32ca0a0768c91579008958;hb=9b80f761bed9a32c1b0eb22ee3361966057ea973;hp=fdbbe62a5a8b6184d8c8a72495239e57c83c0748;hpb=0fd0d0834f79d6cfe8a0eccc19732bae365aa575;p=openvswitch diff --git a/datapath/linux/compat/include/linux/ipv6.h b/datapath/linux/compat/include/linux/ipv6.h index fdbbe62a..25a5431a 100644 --- a/datapath/linux/compat/include/linux/ipv6.h +++ b/datapath/linux/compat/include/linux/ipv6.h @@ -2,7 +2,6 @@ #define __LINUX_IPV6_WRAPPER_H 1 #include_next -#include #ifndef HAVE_SKBUFF_HEADER_HELPERS static inline struct ipv6hdr *ipv6_hdr(const struct sk_buff *skb) @@ -11,11 +10,4 @@ static inline struct ipv6hdr *ipv6_hdr(const struct sk_buff *skb) } #endif -/* This function is upstream but not the version which supplies the - * fragment offset. We plan to propose the extended version. - */ -#define ipv6_skip_exthdr rpl_ipv6_skip_exthdr -extern int rpl_ipv6_skip_exthdr(const struct sk_buff *skb, int start, - u8 *nexthdrp, __be16 *frag_offp); - #endif