Home
last modified time | relevance | path

Searched refs:IP_CMSG_TTL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dinet_sock.h275 #define IP_CMSG_TTL BIT(INET_FLAGS_TTL) macro
284 #define IP_CMSG_ALL (IP_CMSG_PKTINFO | IP_CMSG_TTL | \
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_sockglue.c186 if (flags & IP_CMSG_TTL) { in ip_cmsg_recv_offset()
189 flags &= ~IP_CMSG_TTL; in ip_cmsg_recv_offset()
996 inet->cmsg_flags |= IP_CMSG_TTL; in do_ip_setsockopt()
998 inet->cmsg_flags &= ~IP_CMSG_TTL; in do_ip_setsockopt()
1577 val = (inet->cmsg_flags & IP_CMSG_TTL) != 0; in do_ip_getsockopt()
1714 if (inet->cmsg_flags & IP_CMSG_TTL) { in do_ip_getsockopt()
/kernel/linux/linux-5.10/include/net/
H A Dinet_sock.h260 #define IP_CMSG_TTL BIT(1) macro
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_sockglue.c188 if (flags & IP_CMSG_TTL) { in ip_cmsg_recv_offset()
191 flags &= ~IP_CMSG_TTL; in ip_cmsg_recv_offset()

Completed in 6 milliseconds