Home
last modified time | relevance | path

Searched refs:RTF_ADDRCONF (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dipv6_route.h21 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/linux-4.1.27/net/ipv6/
Droute.c1560 rt = ip6_dst_alloc(net, NULL, (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT, table); in ip6_route_info_create()
2031 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
2063 ((rt->rt6i_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) && in rt6_get_dflt_router()
2081 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
2108 if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF) && in rt6_purge_dflt_routers()
2313 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT | RTF_GATEWAY)
2813 else if (rt->rt6i_flags & RTF_ADDRCONF) { in rt6_fill_node()
Dip6_fib.c628 return (rt->rt6i_flags & (RTF_GATEWAY|RTF_ADDRCONF|RTF_DYNAMIC)) == in rt6_qualify_for_ecmp()
Daddrconf.c2322 RTF_ADDRCONF | RTF_PREFIX_RT, in addrconf_prefix_rcv()
2338 int flags = RTF_ADDRCONF | RTF_PREFIX_RT; in addrconf_prefix_rcv()