Searched refs:IP_CMSG_CHECKSUM (Results 1 – 2 of 2) sorted by relevance
217 if (flags & IP_CMSG_CHECKSUM) in ip_cmsg_recv_offset()703 if (!(inet->cmsg_flags & IP_CMSG_CHECKSUM)) { in do_ip_setsockopt()705 inet->cmsg_flags |= IP_CMSG_CHECKSUM; in do_ip_setsockopt()708 if (inet->cmsg_flags & IP_CMSG_CHECKSUM) { in do_ip_setsockopt()710 inet->cmsg_flags &= ~IP_CMSG_CHECKSUM; in do_ip_setsockopt()1322 val = (inet->cmsg_flags & IP_CMSG_CHECKSUM) != 0; in do_ip_getsockopt()
210 #define IP_CMSG_CHECKSUM BIT(7) macro