Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dip_sockglue.c204 if (flags & IP_CMSG_RECVOPTS) { in ip_cmsg_recv_offset()
207 flags &= ~IP_CMSG_RECVOPTS; in ip_cmsg_recv_offset()
702 inet->cmsg_flags |= IP_CMSG_RECVOPTS; in do_ip_setsockopt()
704 inet->cmsg_flags &= ~IP_CMSG_RECVOPTS; in do_ip_setsockopt()
1370 val = (inet->cmsg_flags & IP_CMSG_RECVOPTS) != 0; in do_ip_getsockopt()
/Linux-v4.19/include/net/
Dinet_sock.h230 #define IP_CMSG_RECVOPTS BIT(3) macro