Searched refs:IPT_ESP_INV_SPI (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_esp.h13 #define IPT_ESP_INV_SPI 0x01 /* Invert the sense of spi. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_esp.c101 espinfo->invflags |= IPT_ESP_INV_SPI;
147 esp->invflags & IPT_ESP_INV_SPI);
161 (espinfo->invflags & IPT_ESP_INV_SPI) ? "! " : "");

Completed in 97 milliseconds