Searched refs:IFA_RT_PRIORITY (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_addr.h | 36 IFA_RT_PRIORITY, /* u32, priority/metric for prefix route */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_addr.h | 36 IFA_RT_PRIORITY, /* u32, priority/metric for prefix route */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_addr.h | 36 IFA_RT_PRIORITY, /* u32, priority/metric for prefix route */ enumerator
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | devinet.c | 103 [IFA_RT_PRIORITY] = { .type = NLA_U32 }, 888 if (tb[IFA_RT_PRIORITY]) in rtm_to_ifaddr() 889 ifa->ifa_rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]); in rtm_to_ifaddr() 1703 nla_put_u32(skb, IFA_RT_PRIORITY, ifa->ifa_rt_priority)) || in inet_fill_ifaddr()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | addrconf.c | 4667 [IFA_RT_PRIORITY] = { .len = sizeof(u32) }, 4883 if (tb[IFA_RT_PRIORITY]) in inet6_rtm_newaddr() 4884 cfg.rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]); in inet6_rtm_newaddr() 5059 nla_put_u32(skb, IFA_RT_PRIORITY, ifa->rt_priority)) in inet6_fill_ifaddr()
|