Searched refs:IP_CMSG_RECVFRAGSIZE (Results 1 – 2 of 2) sorted by relevance
266 #define IP_CMSG_RECVFRAGSIZE BIT(8) macro
237 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()1605 val = (inet->cmsg_flags & IP_CMSG_RECVFRAGSIZE) != 0; in do_ip_getsockopt()