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

/linux-master/include/uapi/linux/
H A Droute.h51 #define RTF_UP 0x0001 /* route usable */ macro
/linux-master/net/appletalk/
H A Dddp.c436 if (!(r->flags & RTF_UP))
486 atrtr_default.flags = RTF_UP;
750 rtdef.rt_flags = RTF_UP;
/linux-master/net/ipv4/
H A Dipconfig.c423 rm.rt_flags = RTF_UP | RTF_GATEWAY;
H A Dfib_trie.c2958 flags |= RTF_UP;
/linux-master/net/ipv6/
H A Droute.c4234 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE;
4309 RTF_UP | RTF_PREF(pref),
4375 RTF_UP | RTF_EXPIRES | RTF_PREF(pref),
4566 .fc_flags = RTF_UP | RTF_NONEXTHOP,
5032 .fc_flags = RTF_UP,
H A Daddrconf.c2467 .fc_flags = RTF_UP | flags,
2540 .fc_flags = RTF_UP,

Completed in 157 milliseconds