Searched refs:IP_CMSG_TTL (Results 1 – 2 of 2) sorted by relevance
169 if (flags & IP_CMSG_TTL) { in ip_cmsg_recv_offset()172 flags &= ~IP_CMSG_TTL; in ip_cmsg_recv_offset()667 inet->cmsg_flags |= IP_CMSG_TTL; in do_ip_setsockopt()669 inet->cmsg_flags &= ~IP_CMSG_TTL; in do_ip_setsockopt()1304 val = (inet->cmsg_flags & IP_CMSG_TTL) != 0; in do_ip_getsockopt()1442 if (inet->cmsg_flags & IP_CMSG_TTL) { in do_ip_getsockopt()
204 #define IP_CMSG_TTL BIT(1) macro