Searched refs:IFA_RT_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_addr.h36 IFA_RT_PRIORITY, /* u32, priority/metric for prefix route */ enumerator in enum:__anon4247
/linux-master/net/ipv4/
H A Ddevinet.c105 [IFA_RT_PRIORITY] = { .type = NLA_U32 },
907 if (tb[IFA_RT_PRIORITY])
908 ifa->ifa_rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
1657 + nla_total_size(4) /* IFA_RT_PRIORITY */
1737 nla_put_u32(skb, IFA_RT_PRIORITY, ifa->ifa_rt_priority)) ||
/linux-master/net/ipv6/
H A Daddrconf.c4766 [IFA_RT_PRIORITY] = { .len = sizeof(u32) },
4994 if (tb[IFA_RT_PRIORITY])
4995 cfg.rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
5108 + nla_total_size(4) /* IFA_RT_PRIORITY */;
5183 if (priority && nla_put_u32(skb, IFA_RT_PRIORITY, priority))

Completed in 176 milliseconds