Home
last modified time | relevance | path

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

/linux/include/net/
A Dinet_sock.h253 #define IP_CMSG_RECVFRAGSIZE BIT(8) macro
/linux/net/ipv4/
A Dip_sockglue.c237 if (flags & IP_CMSG_RECVFRAGSIZE) in ip_cmsg_recv_offset()
1042 inet->cmsg_flags |= IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1044 inet->cmsg_flags &= ~IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1600 val = (inet->cmsg_flags & IP_CMSG_RECVFRAGSIZE) != 0; in do_ip_getsockopt()

Completed in 6 milliseconds