Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_ipcomp.h14 #define XT_IPCOMP_INV_SPI 0x01 /* Invert the sense of spi. */ macro
/openbmc/linux/net/netfilter/
H A Dxt_ipcomp.c62 !!(compinfo->invflags & XT_IPCOMP_INV_SPI)); in comp_mt()