Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/Linux-v6.1/include/net/
Dip6_route.h77 return !(f6i->fib6_flags & RTF_ADDRCONF) && !f6i->nh && in rt6_qualify_for_ecmp()
/Linux-v6.1/net/ipv6/
Droute.c3762 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
4299 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4344 ((rt->fib6_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) && in rt6_get_dflt_router()
4364 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4397 if (rt->fib6_flags & (RTF_DEFAULT | RTF_ADDRCONF) && in __rt6_purge_dflt_routers()
4620 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT)
Daddrconf.c2755 RTF_ADDRCONF | RTF_PREFIX_RT, in addrconf_prefix_rcv()
2771 int flags = RTF_ADDRCONF | RTF_PREFIX_RT; in addrconf_prefix_rcv()