Searched refs:IPV6_HOPLIMIT (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | in6.h | 230 #define IPV6_HOPLIMIT 52 macro
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | cmsg_sender.c | 252 SOL_IPV6, IPV6_HOPLIMIT, &opt.v6.hlimit); in cs_write_cmsg()
|
/openbmc/linux/net/ipv6/ |
H A D | datagram.c | 630 put_cmsg(msg, SOL_IPV6, IPV6_HOPLIMIT, sizeof(hlim), &hlim); in ip6_datagram_recv_specific_ctl() 987 case IPV6_HOPLIMIT: in ip6_datagram_send_ctl()
|
H A D | ipv6_sockglue.c | 1184 put_cmsg(&msg, SOL_IPV6, IPV6_HOPLIMIT, sizeof(hlim), &hlim); in do_ipv6_getsockopt()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 3151 OFFLOAD(IPV6_HOPLIMIT, 8, U8_MAX, ip6.hop_limit, 0, ttl_hoplimit),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1978 case IPV6_HOPLIMIT: in host_to_target_cmsg()
|