Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/netfilter/
Dip6t_hbh.c90 !!(optinfo->invflags & IP6T_OPTS_INV_LEN)))); in hbh_mt6()
95 !!(optinfo->invflags & IP6T_OPTS_INV_LEN))); in hbh_mt6()
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6t_opts.h21 #define IP6T_OPTS_INV_LEN 0x01 /* Invert the sense of length. */ macro