Home
last modified time | relevance | path

Searched refs:IPT_INV_PROTO (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_ah.c76 if (ip->proto != IPPROTO_AH || (ip->invflags & IPT_INV_PROTO)) { in checkentry()
Dipt_esp.c73 if (ip->proto != IPPROTO_ESP || (ip->invflags & IPT_INV_PROTO)) { in checkentry()
Dipt_multiport.c81 && !(ip->invflags & IPT_INV_PROTO) in checkentry()
Dipt_tcpmss.c86 if (ip->proto != IPPROTO_TCP || (ip->invflags & IPT_INV_PROTO)) { in checkentry()
Dip_tables.c180 && FWINV(ip->protocol != ipinfo->proto, IPT_INV_PROTO)) { in ip_packet_match()
183 ipinfo->invflags&IPT_INV_PROTO ? " (INV)":""); in ip_packet_match()
1567 && !(ip->invflags & IPT_INV_PROTO) in tcp_checkentry()
1614 if (ip->proto != IPPROTO_UDP || (ip->invflags & IPT_INV_PROTO)) { in udp_checkentry()
1685 && !(ip->invflags & IPT_INV_PROTO) in icmp_checkentry()
Dipt_TCPMSS.c233 && !(e->ip.invflags & IPT_INV_PROTO) in ipt_tcpmss_checkentry()
Dipt_REJECT.c400 || (e->ip.invflags & IPT_INV_PROTO)) { in check()
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h116 #define IPT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro