/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IP6T_FRAG_H #define _IP6T_FRAG_H #include <linux/types.h> struct ip6t_frag { … }; #define IP6T_FRAG_IDS … #define IP6T_FRAG_LEN … #define IP6T_FRAG_RES … #define IP6T_FRAG_FST … #define IP6T_FRAG_MF … #define IP6T_FRAG_NMF … /* Values for "invflags" field in struct ip6t_frag. */ #define IP6T_FRAG_INV_IDS … #define IP6T_FRAG_INV_LEN … #define IP6T_FRAG_INV_MASK … #endif /*_IP6T_FRAG_H*/