/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_ldsx_insn.c | 82 (void)getsockopt(fd, SOL_IP, IP_TTL, buf, &optlen); in test_ctx_member_sign_ext()
|
H A D | sockopt_sk.c | 63 /* IP_TTL - EPERM */ in getsetsockopt() 66 err = setsockopt(fd, SOL_IP, IP_TTL, &buf, 1); in getsetsockopt() 68 log_err("Unexpected success from setsockopt(IP_TTL)"); in getsetsockopt()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | in.h | 95 #define IP_TTL 2 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | in.h | 119 #define IP_TTL 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | in.h | 91 #define IP_TTL 2 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | in.h | 91 #define IP_TTL 2 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | in.h | 72 #define IP_TTL 2 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 61 /* IP_TTL - EPERM */ in getsetsockopt() 64 err = setsockopt(fd, SOL_IP, IP_TTL, &buf, 1); in getsetsockopt() 66 log_err("Unexpected success from setsockopt(IP_TTL)"); in getsetsockopt()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | in.h | 95 #define IP_TTL 2 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | in.h | 98 #define IP_TTL 2 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | in.h | 98 #define IP_TTL 2 macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_sockglue.c | 68 put_cmsg(msg, SOL_IP, IP_TTL, sizeof(int), &ttl); in ip_cmsg_recv_ttl() 300 case IP_TTL: in ip_cmsg_send() 911 case IP_TTL: in do_ip_setsockopt() 1054 case IP_TTL: in do_ip_setsockopt() 1603 case IP_TTL: in do_ip_getsockopt() 1716 put_cmsg(&msg, SOL_IP, IP_TTL, sizeof(hlim), &hlim); in do_ip_getsockopt()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_sockglue.c | 68 put_cmsg(msg, SOL_IP, IP_TTL, sizeof(int), &ttl); in ip_cmsg_recv_ttl() 302 case IP_TTL: in ip_cmsg_send() 909 case IP_TTL: in do_ip_setsockopt() 1024 case IP_TTL: in do_ip_setsockopt() 1589 case IP_TTL: in do_ip_getsockopt() 1724 put_cmsg(&msg, SOL_IP, IP_TTL, sizeof(hlim), &hlim); in do_ip_getsockopt()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | sockopt.c | 457 case IP_TTL: in mptcp_supported_sockopt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mae.c | 688 CHECK(IP_TTL, ip_ttl) || in efx_mae_match_check_caps()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2816 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 3131 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
|