FWINV 310 include/linux/netfilter_bridge/ebtables.h #define FWINV(bool,invflg) ((bool) ^ !!(info->invflags & invflg)) FWINV 88 net/ipv4/netfilter/arp_tables.c #define FWINV(bool, invflg) ((bool) ^ !!(arpinfo->invflags & (invflg))) FWINV 184 net/ipv4/netfilter/arp_tables.c #undef FWINV FWINV 89 net/ipv4/netfilter/ip_tables.c #define FWINV(bool, invflg) ((bool) ^ !!(ipinfo->invflags & (invflg))) FWINV 217 net/ipv4/netfilter/ip_tables.c #undef FWINV FWINV 106 net/ipv6/netfilter/ip6_tables.c #define FWINV(bool, invflg) ((bool) ^ !!(ip6info->invflags & (invflg))) FWINV 37 net/netfilter/xt_conntrack.c #define FWINV(bool, invflg) ((bool) ^ !!(sinfo->invflags & (invflg))) FWINV 113 net/netfilter/xt_conntrack.c #undef FWINV