Home
last modified time | relevance | path

Searched refs:FWINVTCP (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_tables.c1534 #define FWINVTCP(bool,invflg) ((bool) ^ !!(tcpinfo->invflags & invflg)) in tcp_match() macro
1544 && FWINVTCP((((unsigned char *)tcp)[13] in tcp_match()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1615 #define FWINVTCP(bool,invflg) ((bool) ^ !!(tcpinfo->invflags & invflg)) in tcp_match() macro
1625 && FWINVTCP((((unsigned char *)tcp)[13] in tcp_match()