Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dip_sockglue.c186 if (flags & IP_CMSG_TTL) { in ip_cmsg_recv_offset()
189 flags &= ~IP_CMSG_TTL; in ip_cmsg_recv_offset()
991 inet->cmsg_flags |= IP_CMSG_TTL; in do_ip_setsockopt()
993 inet->cmsg_flags &= ~IP_CMSG_TTL; in do_ip_setsockopt()
1579 val = (inet->cmsg_flags & IP_CMSG_TTL) != 0; in do_ip_getsockopt()
1716 if (inet->cmsg_flags & IP_CMSG_TTL) { in do_ip_getsockopt()
/linux/include/net/
A Dinet_sock.h246 #define IP_CMSG_TTL BIT(1) macro

Completed in 6 milliseconds