Searched refs:XT_ESP_INV_SPI (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_esp.h12 #define XT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_esp.h12 #define XT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_esp.h12 #define XT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_esp.c32 espinfo->invflags |= XT_ESP_INV_SPI;
56 esp->invflags & XT_ESP_INV_SPI);
69 (espinfo->invflags & XT_ESP_INV_SPI) ? " !" : "");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_esp.c32 espinfo->invflags |= XT_ESP_INV_SPI;
56 esp->invflags & XT_ESP_INV_SPI);
69 (espinfo->invflags & XT_ESP_INV_SPI) ? " !" : "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_esp.c60 !!(espinfo->invflags & XT_ESP_INV_SPI));

Completed in 86 milliseconds