Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_ah.c72 !!(ahinfo->invflags & IP6T_AH_INV_LEN))); in ah_mt6()
82 !!(ahinfo->invflags & IP6T_AH_INV_LEN)) && in ah_mt6()
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_ah.h20 #define IP6T_AH_INV_LEN 0x02 /* Invert the sense of length. */ macro