8bb7d656bb637b1099dcc67eca9627eb46e5ae81
[openvswitch] / datapath / linux / compat / include / net / ipv6.h
1 #ifndef __NET_IPV6_WRAPPER_H
2 #define __NET_IPV6_WRAPPER_H 1
3
4 #include_next <net/ipv6.h>
5
6 /* This function is upstream but not the version which supplies the
7  * fragment offset.  We plan to propose the extended version.
8  */
9 #define ipv6_skip_exthdr rpl_ipv6_skip_exthdr
10 extern int ipv6_skip_exthdr(const struct sk_buff *skb, int start,
11                                 u8 *nexthdrp, __be16 *frag_offp);
12
13 #endif