Searched refs:IPT_INV_PROTO (Results 1 – 8 of 8) sorted by relevance
76 if (ip->proto != IPPROTO_AH || (ip->invflags & IPT_INV_PROTO)) { in checkentry()
73 if (ip->proto != IPPROTO_ESP || (ip->invflags & IPT_INV_PROTO)) { in checkentry()
81 && !(ip->invflags & IPT_INV_PROTO) in checkentry()
86 if (ip->proto != IPPROTO_TCP || (ip->invflags & IPT_INV_PROTO)) { in checkentry()
180 && 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()
233 && !(e->ip.invflags & IPT_INV_PROTO) in ipt_tcpmss_checkentry()
400 || (e->ip.invflags & IPT_INV_PROTO)) { in check()
116 #define IPT_INV_PROTO 0x40 /* Invert the sense of PROTO. */ macro