/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * ebt_ip6 * * Authors: * Kuo-Lang Tseng <[email protected]> * Manohar Castelino <[email protected]> * * Jan 11, 2008 * */ #ifndef __LINUX_BRIDGE_EBT_IP6_H #define __LINUX_BRIDGE_EBT_IP6_H #include <linux/types.h> #include <linux/in6.h> #define EBT_IP6_SOURCE … #define EBT_IP6_DEST … #define EBT_IP6_TCLASS … #define EBT_IP6_PROTO … #define EBT_IP6_SPORT … #define EBT_IP6_DPORT … #define EBT_IP6_ICMP6 … #define EBT_IP6_MASK … #define EBT_IP6_MATCH … /* the same values are used for the invflags */ struct ebt_ip6_info { … }; #endif