Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_rt.h30 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */ macro
/linux/net/ipv6/netfilter/
H A Dip6t_rt.c65 !!(rtinfo->invflags & IP6T_RT_INV_SGS))) && in rt_mt6()