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

/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 },
912 if (tb[IFA_RT_PRIORITY])
913 ifa->ifa_rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
1662 + nla_total_size(4) /* IFA_RT_PRIORITY */
1749 nla_put_u32(skb, IFA_RT_PRIORITY, ifa->ifa_rt_priority)) ||
/linux-master/net/ipv6/
H A Daddrconf.c4767 [IFA_RT_PRIORITY] = { .len = sizeof(u32) },
4995 if (tb[IFA_RT_PRIORITY])
4996 cfg.rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
5109 + nla_total_size(4) /* IFA_RT_PRIORITY */;
5184 if (priority && nla_put_u32(skb, IFA_RT_PRIORITY, priority))

Completed in 194 milliseconds