Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dip_sockglue.c202 if (flags & IP_CMSG_RECVOPTS) { in ip_cmsg_recv_offset()
205 flags &= ~IP_CMSG_RECVOPTS; in ip_cmsg_recv_offset()
1003 inet->cmsg_flags |= IP_CMSG_RECVOPTS; in do_ip_setsockopt()
1005 inet->cmsg_flags &= ~IP_CMSG_RECVOPTS; in do_ip_setsockopt()
1585 val = (inet->cmsg_flags & IP_CMSG_RECVOPTS) != 0; in do_ip_getsockopt()
/linux/include/net/
A Dinet_sock.h248 #define IP_CMSG_RECVOPTS BIT(3) macro

Completed in 7 milliseconds