Searched refs:IP_CMSG_RETOPTS (Results 1 – 2 of 2) sorted by relevance
212 if (flags & IP_CMSG_RETOPTS) { in ip_cmsg_recv_offset()215 flags &= ~IP_CMSG_RETOPTS; in ip_cmsg_recv_offset()708 inet->cmsg_flags |= IP_CMSG_RETOPTS; in do_ip_setsockopt()710 inet->cmsg_flags &= ~IP_CMSG_RETOPTS; in do_ip_setsockopt()1373 val = (inet->cmsg_flags & IP_CMSG_RETOPTS) != 0; in do_ip_getsockopt()
231 #define IP_CMSG_RETOPTS BIT(4) macro