/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _IP6T_AH_H #define _IP6T_AH_H #include <linux/types.h> struct ip6t_ah { … }; #define IP6T_AH_SPI … #define IP6T_AH_LEN … #define IP6T_AH_RES … /* Values for "invflags" field in struct ip6t_ah. */ #define IP6T_AH_INV_SPI … #define IP6T_AH_INV_LEN … #define IP6T_AH_INV_MASK … #endif /*_IP6T_AH_H*/