Home
last modified time | relevance | path

Searched refs:RTF_UP (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Droute.h50 #define RTF_UP 0x0001 /* route usable */ macro
/linux-4.1.27/net/appletalk/
Dddp.c441 if (!(r->flags & RTF_UP)) in atrtr_find()
491 atrtr_default.flags = RTF_UP; in atrtr_set_default()
755 rtdef.rt_flags = RTF_UP; in atif_ioctl()
/linux-4.1.27/net/ipv6/
Droute.c1922 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
2032 RTF_UP | RTF_PREF(pref), in rt6_add_route_info()
2082 RTF_UP | RTF_EXPIRES | RTF_PREF(pref), in rt6_add_dflt_router()
2247 rt->rt6i_flags = RTF_UP | RTF_NONEXTHOP; in addrconf_dst_alloc()
2445 cfg->fc_flags = RTF_UP; in rtm_to_fib6_config()
Daddrconf.c2096 .fc_flags = RTF_UP | flags, in addrconf_prefix_route()
2158 .fc_flags = RTF_UP, in addrconf_add_mroute()
/linux-4.1.27/net/ipv4/
Dipconfig.c423 rm.rt_flags = RTF_UP | RTF_GATEWAY; in ic_setup_routes()
Dfib_trie.c2538 flags |= RTF_UP; in fib_flag_trans()