Searched refs:IP_CMSG_PASSSEC (Results 1 – 2 of 2) sorted by relevance
218 if (flags & IP_CMSG_PASSSEC) { in ip_cmsg_recv_offset()221 flags &= ~IP_CMSG_PASSSEC; in ip_cmsg_recv_offset()1015 inet->cmsg_flags |= IP_CMSG_PASSSEC; in do_ip_setsockopt()1017 inet->cmsg_flags &= ~IP_CMSG_PASSSEC; in do_ip_setsockopt()1596 val = (inet->cmsg_flags & IP_CMSG_PASSSEC) != 0; in do_ip_getsockopt()
263 #define IP_CMSG_PASSSEC BIT(5) macro