Searched refs:EBT_IP_PROTO (Results 1 – 2 of 2) sorted by relevance
23 #define EBT_IP_PROTO 0x08 macro26 #define EBT_IP_MASK (EBT_IP_SOURCE | EBT_IP_DEST | EBT_IP_TOS | EBT_IP_PROTO |\
50 if (info->bitmask & EBT_IP_PROTO) { in ebt_ip_mt()51 if (FWINV(info->protocol != ih->protocol, EBT_IP_PROTO)) in ebt_ip_mt()91 if (info->invflags & EBT_IP_PROTO) in ebt_ip_mt_check()