IPT_INV_PROTO
ip->proto, ip->invflags & IPT_INV_PROTO);
e->ip.proto, e->ip.invflags & IPT_INV_PROTO);
NF_INVF(ipinfo, IPT_INV_PROTO, ip->protocol != ipinfo->proto))
entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0;
entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0;
if (e->ip.invflags & IPT_INV_PROTO)
&& !(i->invflags & IPT_INV_PROTO))
(ip->proto != IPPROTO_TCP || ip->invflags & IPT_INV_PROTO)) {