Home
last modified time | relevance | path

Searched defs:FWINV (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/include/linux/netfilter_bridge/
Debtables.h298 #define FWINV(bool,invflg) ((bool) ^ !!(info->invflags & invflg)) macro
/linux-3.3/net/ipv4/netfilter/
Darp_tables.c112 #define FWINV(bool, invflg) ((bool) ^ !!(arpinfo->invflags & (invflg))) in arp_packet_match() macro
Dip_tables.c82 #define FWINV(bool, invflg) ((bool) ^ !!(ipinfo->invflags & (invflg))) in ip_packet_match() macro
/linux-3.3/net/ipv6/netfilter/
Dip6_tables.c107 #define FWINV(bool, invflg) ((bool) ^ !!(ip6info->invflags & (invflg))) in ip6_packet_match() macro