/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IP6T_OPTS_H #define _IP6T_OPTS_H #include <linux/types.h> #define IP6T_OPTS_OPTSNR … struct ip6t_opts { … }; #define IP6T_OPTS_LEN … #define IP6T_OPTS_OPTS … #define IP6T_OPTS_NSTRICT … /* Values for "invflags" field in struct ip6t_rt. */ #define IP6T_OPTS_INV_LEN … #define IP6T_OPTS_INV_MASK … #endif /*_IP6T_OPTS_H*/