/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IP6T_RT_H #define _IP6T_RT_H #include <linux/types.h> #include <linux/in6.h> #define IP6T_RT_HOPS … struct ip6t_rt { … }; #define IP6T_RT_TYP … #define IP6T_RT_SGS … #define IP6T_RT_LEN … #define IP6T_RT_RES … #define IP6T_RT_FST_MASK … #define IP6T_RT_FST … #define IP6T_RT_FST_NSTRICT … /* Values for "invflags" field in struct ip6t_rt. */ #define IP6T_RT_INV_TYP … #define IP6T_RT_INV_SGS … #define IP6T_RT_INV_LEN … #define IP6T_RT_INV_MASK … #endif /*_IP6T_RT_H*/