1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * IPv6 RPL-SR implementation
6 * (C) 2020 Alexander Aring <alex.aring@gmail.com>
9 #ifndef _UAPI_LINUX_RPL_IPTUNNEL_H
10 #define _UAPI_LINUX_RPL_IPTUNNEL_H
17 #define RPL_IPTUNNEL_MAX (__RPL_IPTUNNEL_MAX - 1)
19 #define RPL_IPTUNNEL_SRH_SIZE(srh) (((srh)->hdrlen + 1) << 3)