Home
last modified time | relevance | path

Searched refs:rt_priority (Results 1 – 2 of 2) sorted by relevance

/net/ipv6/
Daddrconf.c1132 ifa->rt_priority = cfg->rt_priority; in ipv6_add_addr()
3009 ifp->rt_priority, dev, expires, in inet6_addr_add()
3503 ifp->rt_priority, idev->dev, 0, 0, in fixup_permanent_addr()
4676 prio = ifp->rt_priority ? : IP6_RT_PRIO_ADDRCONF; in modify_prefix_route()
4684 ifp->rt_priority, ifp->idev->dev, in modify_prefix_route()
4756 if (cfg->rt_priority && cfg->rt_priority != ifp->rt_priority) in inet6_addr_modify()
4757 ifp->rt_priority = cfg->rt_priority; in inet6_addr_modify()
4775 ifp->rt_priority, ifp->idev->dev, in inet6_addr_modify()
4784 ifp->rt_priority, ifp->idev->dev, in inet6_addr_modify()
4846 cfg.rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]); in inet6_rtm_newaddr()
[all …]
/net/ipv4/
Dfib_frontend.c1069 struct in_ifaddr *ifa, u32 rt_priority) in fib_magic() argument
1079 .fc_priority = rt_priority, in fib_magic()