Home
last modified time | relevance | path

Searched refs:IP_CMSG_CHECKSUM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dinet_sock.h281 #define IP_CMSG_CHECKSUM BIT(INET_FLAGS_CHECKSUM) macro
287 IP_CMSG_ORIGDSTADDR | IP_CMSG_CHECKSUM | \
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_sockglue.c234 if (flags & IP_CMSG_CHECKSUM) in ip_cmsg_recv_offset()
1032 if (!(inet->cmsg_flags & IP_CMSG_CHECKSUM)) { in do_ip_setsockopt()
1034 inet->cmsg_flags |= IP_CMSG_CHECKSUM; in do_ip_setsockopt()
1037 if (inet->cmsg_flags & IP_CMSG_CHECKSUM) { in do_ip_setsockopt()
1039 inet->cmsg_flags &= ~IP_CMSG_CHECKSUM; in do_ip_setsockopt()
1595 val = (inet->cmsg_flags & IP_CMSG_CHECKSUM) != 0; in do_ip_getsockopt()
/kernel/linux/linux-5.10/include/net/
H A Dinet_sock.h266 #define IP_CMSG_CHECKSUM BIT(7) macro
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_sockglue.c236 if (flags & IP_CMSG_CHECKSUM) in ip_cmsg_recv_offset()

Completed in 7 milliseconds