Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dip_sockglue.c210 if (flags & IP_CMSG_RETOPTS) { in ip_cmsg_recv_offset()
213 flags &= ~IP_CMSG_RETOPTS; in ip_cmsg_recv_offset()
1011 inet->cmsg_flags |= IP_CMSG_RETOPTS; in do_ip_setsockopt()
1013 inet->cmsg_flags &= ~IP_CMSG_RETOPTS; in do_ip_setsockopt()
1609 val = (inet->cmsg_flags & IP_CMSG_RETOPTS) != 0; in do_ip_getsockopt()
/linux-6.3-rc2/include/net/
A Dinet_sock.h266 #define IP_CMSG_RETOPTS BIT(4) macro

Completed in 7 milliseconds