Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
H A Dinet_sock.h278 #define IP_CMSG_RETOPTS BIT(INET_FLAGS_RETOPTS) macro
286 IP_CMSG_RETOPTS | IP_CMSG_PASSSEC | \
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_sockglue.c210 if (flags & IP_CMSG_RETOPTS) { in ip_cmsg_recv_offset()
213 flags &= ~IP_CMSG_RETOPTS; in ip_cmsg_recv_offset()
1014 inet->cmsg_flags |= IP_CMSG_RETOPTS; in do_ip_setsockopt()
1016 inet->cmsg_flags &= ~IP_CMSG_RETOPTS; in do_ip_setsockopt()
1586 val = (inet->cmsg_flags & IP_CMSG_RETOPTS) != 0; in do_ip_getsockopt()
/kernel/linux/linux-5.10/include/net/
H A Dinet_sock.h263 #define IP_CMSG_RETOPTS BIT(4) macro
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_sockglue.c212 if (flags & IP_CMSG_RETOPTS) { in ip_cmsg_recv_offset()
215 flags &= ~IP_CMSG_RETOPTS; in ip_cmsg_recv_offset()

Completed in 7 milliseconds