/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * ebt_ip * * Authors: * Bart De Schuymer <[email protected]> * * April, 2002 * * Changes: * added ip-sport and ip-dport * Innominate Security Technologies AG <[email protected]> * September, 2002 */ #ifndef __LINUX_BRIDGE_EBT_IP_H #define __LINUX_BRIDGE_EBT_IP_H #include <linux/types.h> #define EBT_IP_SOURCE … #define EBT_IP_DEST … #define EBT_IP_TOS … #define EBT_IP_PROTO … #define EBT_IP_SPORT … #define EBT_IP_DPORT … #define EBT_IP_ICMP … #define EBT_IP_IGMP … #define EBT_IP_MASK … #define EBT_IP_MATCH … /* the same values are used for the invflags */ struct ebt_ip_info { … }; #endif