Home
last modified time | relevance | path

Searched defs:invflg (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_conntrack.c28 #define FWINV(bool,invflg) ((bool) ^ !!(sinfo->invflags & invflg)) in match() argument
Dip_tables.c130 #define FWINV(bool,invflg) ((bool) ^ !!(ipinfo->invflags & invflg)) in ip_packet_match() argument
1534 #define FWINVTCP(bool,invflg) ((bool) ^ !!(tcpinfo->invflags & invflg)) in tcp_match() argument
Darp_tables.c107 #define FWINV(bool,invflg) ((bool) ^ !!(arpinfo->invflags & invflg)) in arp_packet_match() argument
Dipchains_core.c288 #define FWINV(bool,invflg) ((bool) ^ !!(f->ipfw.fw_invflg & invflg)) in ip_rule_match() argument
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c163 #define FWINV(bool,invflg) ((bool) ^ !!(ip6info->invflags & invflg)) in ip6_packet_match() argument
1615 #define FWINVTCP(bool,invflg) ((bool) ^ !!(tcpinfo->invflags & invflg)) in tcp_match() argument