Searched refs:IP6T_RT_RES (Results 1 – 2 of 2) sorted by relevance
155 (rtinfo->flags & IP6T_RT_RES), ((struct rt0_hdr *)route)->bitmap, in match()156 !((rtinfo->flags & IP6T_RT_RES) && (((struct rt0_hdr *)route)->bitmap))); in match()172 !((rtinfo->flags & IP6T_RT_RES) && (((struct rt0_hdr *)route)->bitmap)); in match()269 if ( (rtinfo->flags & (IP6T_RT_RES|IP6T_RT_FST_MASK)) && in checkentry()
22 #define IP6T_RT_RES 0x08 macro