Home
last modified time | relevance | path

Searched refs:IPV6_HOPLIMIT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Din6.h230 #define IPV6_HOPLIMIT 52 macro
/openbmc/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c252 SOL_IPV6, IPV6_HOPLIMIT, &opt.v6.hlimit); in cs_write_cmsg()
/openbmc/linux/net/ipv6/
H A Ddatagram.c630 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 Dipv6_sockglue.c1184 put_cmsg(&msg, SOL_IPV6, IPV6_HOPLIMIT, sizeof(hlim), &hlim); in do_ipv6_getsockopt()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3151 OFFLOAD(IPV6_HOPLIMIT, 8, U8_MAX, ip6.hop_limit, 0, ttl_hoplimit),
/openbmc/qemu/linux-user/
H A Dsyscall.c1978 case IPV6_HOPLIMIT: in host_to_target_cmsg()