Home
last modified time | relevance | path

Searched refs:IP_CMSG_TTL (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/net/
H A Dinet_sock.h286 #define IP_CMSG_TTL BIT(INET_FLAGS_TTL) macro
295 #define IP_CMSG_ALL (IP_CMSG_PKTINFO | IP_CMSG_TTL | \
/linux-6.15/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()