Home
last modified time | relevance | path

Searched refs:XT_IPCOMP_INV_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_ipcomp.h15 #define XT_IPCOMP_INV_MASK 0x01 /* All possible flags. */ macro
/openbmc/linux/net/netfilter/
H A Dxt_ipcomp.c70 if (compinfo->invflags & ~XT_IPCOMP_INV_MASK) { in comp_mt_check()