Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dip6t_ah.c70 !!(ahinfo->invflags & IP6T_AH_INV_SPI))); in ah_mt6()
83 !!(ahinfo->invflags & IP6T_AH_INV_SPI)) && in ah_mt6()
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6t_ah.h18 #define IP6T_AH_INV_SPI 0x01 /* Invert the sense of spi. */ macro