Searched refs:RTAX_HOPLIMIT (Results 1 – 10 of 10) sorted by relevance
| /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 | rtnetlink.h | 435 RTAX_HOPLIMIT, enumerator 436 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
|
| /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 | rtnetlink.h | 435 RTAX_HOPLIMIT, enumerator 436 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtnetlink.h | 460 RTAX_HOPLIMIT, enumerator 461 #define RTAX_HOPLIMIT RTAX_HOPLIMIT macro
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | metrics.c | 52 if (type == RTAX_HOPLIMIT && val > 255) in ip_metrics_convert()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | output_core.c | 112 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit()
|
| H A D | ndisc.c | 1346 fib6_metric_set(rt, RTAX_HOPLIMIT, in ndisc_router_discovery()
|
| H A D | route.c | 275 [RTAX_HOPLIMIT - 1] = 0, 3173 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0); in icmp6_dst_alloc()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | route.h | 359 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit()
|
| H A D | dst.h | 159 WARN_ON_ONCE(metric == RTAX_HOPLIMIT || in dst_metric()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | pktgen.c | 2494 [RTAX_HOPLIMIT] = 0x5, /* Set a static hoplimit */
|