Searched refs:IP_TTL (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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 | 66 err = setsockopt(fd, SOL_IP, IP_TTL, &buf, 1); in getsetsockopt()
|
| /linux-6.15/net/ipv4/ |
| H A D | ip_sockglue.c | 66 put_cmsg(msg, SOL_IP, IP_TTL, sizeof(int), &ttl); in ip_cmsg_recv_ttl() 300 case IP_TTL: in ip_cmsg_send() 907 case IP_TTL: in do_ip_setsockopt() 1026 case IP_TTL: in do_ip_setsockopt() 1585 case IP_TTL: in do_ip_getsockopt() 1672 put_cmsg(&msg, SOL_IP, IP_TTL, sizeof(hlim), &hlim); in do_ip_getsockopt()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | in.h | 102 #define IP_TTL 2 macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | in.h | 102 #define IP_TTL 2 macro
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | cmsg_sender.c | 275 SOL_IP, IP_TTL, &opt.cmsg.hlimit); in cs_write_cmsg() 433 setsockopt(fd, SOL_IP, IP_TTL, in ca_set_sockopts()
|
| /linux-6.15/net/mptcp/ |
| H A D | sockopt.c | 457 case IP_TTL: in mptcp_supported_sockopt()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 677 CHECK(IP_TTL, ip_ttl) || in efx_mae_match_check_caps()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 3247 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
|