Searched refs:IP6T_RT_INV_SGS (Results 1 – 2 of 2) sorted by relevance
124 rtinfo->invflags |= IP6T_RT_INV_SGS; in rt_parse()196 rtinfo->invflags & IP6T_RT_INV_SGS); in rt_print()224 (rtinfo->invflags & IP6T_RT_INV_SGS) ? " !" : ""); in rt_save()263 (rtinfo->invflags & IP6T_RT_INV_SGS) ? " !=" : ""); in rt_xlate()
29 #define IP6T_RT_INV_SGS 0x02 /* Invert the sense of Segments. */ macro