aboutsummaryrefslogtreecommitdiff
path: root/datapath/linux/compat/include/net/ipv6.h
blob: 8bb7d656bb637b1099dcc67eca9627eb46e5ae81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NET_IPV6_WRAPPER_H
#define __NET_IPV6_WRAPPER_H 1

#include_next <net/ipv6.h>

/* 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 ipv6_skip_exthdr(const struct sk_buff *skb, int start,
				u8 *nexthdrp, __be16 *frag_offp);

#endif