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()692 inet->cmsg_flags |= IP_CMSG_PASSSEC; in do_ip_setsockopt()694 inet->cmsg_flags &= ~IP_CMSG_PASSSEC; in do_ip_setsockopt()1333 val = (inet->cmsg_flags & IP_CMSG_PASSSEC) != 0; in do_ip_getsockopt()
209 #define IP_CMSG_PASSSEC BIT(5) macro