Searched refs:IP_TTL (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_ldsx_insn.c82 (void)getsockopt(fd, SOL_IP, IP_TTL, buf, &optlen);
H A Dsockopt_sk.c63 /* IP_TTL - EPERM */
66 err = setsockopt(fd, SOL_IP, IP_TTL, &buf, 1);
68 log_err("Unexpected success from setsockopt(IP_TTL)");
/linux-master/include/uapi/linux/
H A Din.h98 #define IP_TTL 2 macro
/linux-master/tools/include/uapi/linux/
H A Din.h98 #define IP_TTL 2 macro
/linux-master/net/ipv4/
H A Dip_sockglue.c66 put_cmsg(msg, SOL_IP, IP_TTL, sizeof(int), &ttl);
300 case IP_TTL:
907 case IP_TTL:
1026 case IP_TTL:
1585 case IP_TTL:
1672 put_cmsg(&msg, SOL_IP, IP_TTL, sizeof(hlim), &hlim);
/linux-master/net/mptcp/
H A Dsockopt.c459 case IP_TTL:
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c688 CHECK(IP_TTL, ip_ttl) ||
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3133 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),

Completed in 194 milliseconds