Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_sock.h281 #define IP_CMSG_CHECKSUM BIT(INET_FLAGS_CHECKSUM) macro
287 IP_CMSG_ORIGDSTADDR | IP_CMSG_CHECKSUM | \
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c236 if (flags & IP_CMSG_CHECKSUM) in ip_cmsg_recv_offset()