Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/linux/net/ipv6/
H A Dip6_fib.c1150 if (!(rt->fib6_flags & (RTF_ADDRCONF | RTF_PREFIX_RT)) && in fib6_add_rt2node()
1152 iter->fib6_flags &= ~RTF_ADDRCONF; in fib6_add_rt2node()
H A Daddrconf.c2871 RTF_ADDRCONF | RTF_PREFIX_RT, in addrconf_prefix_rcv()
2897 int flags = RTF_ADDRCONF | RTF_PREFIX_RT; in addrconf_prefix_rcv()