Home
last modified time | relevance | path

Searched refs:RTF_DEFAULT (Results 1 – 3 of 3) sorted by path

/linux/include/uapi/linux/
H A Dipv6_route.h20 #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ macro
/linux/net/ipv6/
H A Daddrconf.c1267 ifp->idev->dev, 0, RTF_DEFAULT, true); in cleanup_prefix_route()
2827 RTF_DEFAULT, true); in addrconf_prefix_rcv()
4812 ifp->idev->dev, 0, RTF_DEFAULT, true); in modify_prefix_route()
H A Droute.c2811 if (fn && (rt->rt6i_flags & RTF_DEFAULT)) in ip6_link_failure()
4323 cfg.fc_flags |= RTF_DEFAULT; in rt6_add_route_info()
4353 ((rt->fib6_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) && in rt6_get_dflt_router()
4374 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4408 if (rt->fib6_flags & (RTF_DEFAULT | RTF_ADDRCONF) && in __rt6_purge_dflt_routers()
4632 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT)