Searched refs:IP_CMSG_RECVFRAGSIZE (Results 1 – 2 of 2) sorted by relevance
235 #define IP_CMSG_RECVFRAGSIZE BIT(8) macro
239 if (flags & IP_CMSG_RECVFRAGSIZE) in ip_cmsg_recv_offset()741 inet->cmsg_flags |= IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()743 inet->cmsg_flags &= ~IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()1385 val = (inet->cmsg_flags & IP_CMSG_RECVFRAGSIZE) != 0; in do_ip_getsockopt()