Searched refs:RTF_DYNAMIC (Results 1 – 10 of 10) sorted by relevance
134 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
632 flags |= RTF_GATEWAY | RTF_DYNAMIC; in rtredirect_fib()
161 if (!(rt->rt_flags & RTF_DYNAMIC)) in in_clsroute()
1446 if (rt && (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0 && in ip_forward()
482 (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0) { in ip6_forward()
193 (rtm->rtm_flags & RTF_DYNAMIC) ? 4 : 10; in mib_sroute_process()
88 { RTF_DYNAMIC, 'D' },
157 { RTF_DYNAMIC, 'D' },
2501 RTFLAG("D", RTF_DYNAMIC); in rtflags()2666 if (rtm->rtm_flags & RTF_DYNAMIC) in rt_entry()
929 if (0 != (rtm->rtm_flags & (RTF_DYNAMIC | RTF_MODIFIED))) { in rtm_add()