Searched refs:IP_CMSG_PASSSEC (Results 1 – 2 of 2) sorted by relevance
201 if (flags & IP_CMSG_PASSSEC) { in ip_cmsg_recv_offset()204 flags &= ~IP_CMSG_PASSSEC; in ip_cmsg_recv_offset()691 inet->cmsg_flags |= IP_CMSG_PASSSEC; in do_ip_setsockopt()693 inet->cmsg_flags &= ~IP_CMSG_PASSSEC; in do_ip_setsockopt()1316 val = (inet->cmsg_flags & IP_CMSG_PASSSEC) != 0; in do_ip_getsockopt()
208 #define IP_CMSG_PASSSEC BIT(5) macro