Home
last modified time | relevance | path

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

/net/ipv4/
Dip_sockglue.c50 #define IP_CMSG_PASSSEC 32 macro
537 inet->cmsg_flags |= IP_CMSG_PASSSEC; in do_ip_setsockopt()
539 inet->cmsg_flags &= ~IP_CMSG_PASSSEC; in do_ip_setsockopt()
1058 val = (inet->cmsg_flags & IP_CMSG_PASSSEC) != 0; in do_ip_getsockopt()