IFA_RT_PRIORITY   103 net/ipv4/devinet.c 	[IFA_RT_PRIORITY]	= { .type = NLA_U32 },
IFA_RT_PRIORITY   888 net/ipv4/devinet.c 	if (tb[IFA_RT_PRIORITY])
IFA_RT_PRIORITY   889 net/ipv4/devinet.c 		ifa->ifa_rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
IFA_RT_PRIORITY  1703 net/ipv4/devinet.c 	     nla_put_u32(skb, IFA_RT_PRIORITY, ifa->ifa_rt_priority)) ||
IFA_RT_PRIORITY  4564 net/ipv6/addrconf.c 	[IFA_RT_PRIORITY]	= { .len = sizeof(u32) },
IFA_RT_PRIORITY  4780 net/ipv6/addrconf.c 	if (tb[IFA_RT_PRIORITY])
IFA_RT_PRIORITY  4781 net/ipv6/addrconf.c 		cfg.rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
IFA_RT_PRIORITY  4954 net/ipv6/addrconf.c 	    nla_put_u32(skb, IFA_RT_PRIORITY, ifa->rt_priority))