Searched refs:RTF_DYNAMIC (Results 1 – 6 of 6) sorted by relevance
176 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
205 flags |= RTF_HOST | RTF_DYNAMIC; in rib_add_redirect()
174 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
197 #define NHOP_RT_FLAG_MASK (RTF_GATEWAY | RTF_HOST | RTF_REJECT | RTF_DYNAMIC | \
269 res |= (rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) ? NHF_REDIRECT : 0; in convert_rt_to_nh_flags()
87 { RTF_DYNAMIC, 'D', "dynamic" },