Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dip_sockglue.c51 #define IP_CMSG_RETOPTS 16 macro
563 inet->cmsg_flags |= IP_CMSG_RETOPTS; in do_ip_setsockopt()
565 inet->cmsg_flags &= ~IP_CMSG_RETOPTS; in do_ip_setsockopt()
1167 val = (inet->cmsg_flags & IP_CMSG_RETOPTS) != 0; in do_ip_getsockopt()