Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/netfilter_ipv6/
Dip6t_opts.h23 #define IP6T_OPTS_INV_MASK 0x01 /* All possible flags. */ macro
/linux-5.19.10/net/ipv6/netfilter/
Dip6t_hbh.c167 if (optsinfo->invflags & ~IP6T_OPTS_INV_MASK) { in hbh_mt6_check()