Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_frag.c66 !!(fraginfo->invflags & IP6T_FRAG_INV_IDS))); in frag_mt6()
90 !!(fraginfo->invflags & IP6T_FRAG_INV_IDS)) && in frag_mt6()
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_frag.h22 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */ macro