Home
last modified time | relevance | path

Searched refs:rtmsg_metric (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/common_modules/newip/examples/
Dnewip_route.h24 unsigned int rtmsg_metric; member
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/uapi/linux/
Dnewip_route.h26 unsigned int rtmsg_metric; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dipv6_route.h32 __u32 rtmsg_metric; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dipv6_route.h45 __u32 rtmsg_metric; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dipv6_route.h50 __u32 rtmsg_metric; member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Daf_ninet.c480 unsigned int rtmsg_metric; member
494 get_user(rt.rtmsg_metric, &ur->rtmsg_metric) || in ninet_compat_routing_ioctl()
Droute.c154 cfg->fc_metric = rtmsg->rtmsg_metric; in rtmsg_to_fibni_config()
/kernel/linux/linux-5.10/net/ipv6/
Daf_inet6.c592 u32 rtmsg_metric; member
608 get_user(rt.rtmsg_metric, &ur->rtmsg_metric) || in inet6_compat_routing_ioctl()
Droute.c4348 .fc_metric = rtmsg->rtmsg_metric ? : IP6_RT_PRIO_USER, in rtmsg_to_fib6_config()