Searched refs:EBT_IP6_PROTO (Results 1 – 2 of 2) sorted by relevance
58 if (info->bitmask & EBT_IP6_PROTO) { in ebt_ip6_mt()66 if (FWINV(info->protocol != nexthdr, EBT_IP6_PROTO)) in ebt_ip6_mt()110 if (info->invflags & EBT_IP6_PROTO) in ebt_ip6_mt_check()124 if ((info->invflags & EBT_IP6_PROTO) || in ebt_ip6_mt_check()
20 #define EBT_IP6_PROTO 0x08 macro26 EBT_IP6_PROTO | EBT_IP6_SPORT | EBT_IP6_DPORT | \