EBT_IP6_PROTO
EBT_IP6_PROTO | EBT_IP6_SPORT | EBT_IP6_DPORT | \
if (info->invflags & EBT_IP6_PROTO)
if ((info->invflags & EBT_IP6_PROTO) ||
if (info->bitmask & EBT_IP6_PROTO) {
if (NF_INVF(info, EBT_IP6_PROTO, info->protocol != nexthdr))