Home
last modified time | relevance | path

Searched refs:MSG_CTRUNC (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h213 MSG_CTRUNC = 0x08, /* Control data lost before delivery. */ enumerator
214 #define MSG_CTRUNC MSG_CTRUNC macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h213 MSG_CTRUNC = 0x08, /* Control data lost before delivery. */ enumerator
214 #define MSG_CTRUNC MSG_CTRUNC macro
/OK3568_Linux_fs/kernel/net/core/
H A Dscm.c221 msg->msg_flags |= MSG_CTRUNC; in put_cmsg()
225 msg->msg_flags |= MSG_CTRUNC; in put_cmsg()
332 msg->msg_flags |= MSG_CTRUNC; in scm_detach_fds()
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c237 kmsg->msg_flags |= MSG_CTRUNC; in put_cmsg_compat()
265 kmsg->msg_flags |= MSG_CTRUNC; in put_cmsg_compat()
324 msg->msg_flags |= MSG_CTRUNC; in scm_detach_fds_compat()
/OK3568_Linux_fs/kernel/net/decnet/
H A DTODO24 o check MSG_CTRUNC is set where it should be.
/OK3568_Linux_fs/kernel/include/net/
H A Dscm.h118 msg->msg_flags |= MSG_CTRUNC; in scm_recv()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_inq.c163 if (msg.msg_flags & MSG_CTRUNC) in main()
H A Dipv6_flowlabel.c97 if (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
H A Dmsg_zerocopy.c374 if (msg.msg_flags & MSG_CTRUNC) in do_recvmsg_completion()
412 if (msg.msg_flags & MSG_CTRUNC) in do_recv_completion()
H A Drxtimestamp.c204 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h290 #define MSG_CTRUNC 8 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h290 #define MSG_CTRUNC 8 macro
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c1691 if (cerr || msg->msg_flags & MSG_CTRUNC) in process_rx_list()
1871 if (cerr || msg->msg_flags & MSG_CTRUNC) { in tls_sw_recvmsg()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c386 if (CHECK(msg.msg_flags & MSG_CTRUNC, "recvmsg", "truncated cmsg\n")) in udp_recv_send()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_sockglue.c96 msg->msg_flags |= MSG_CTRUNC; in ip_cmsg_recv_retopts()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4969 if (ret < min_ret || ((flags & MSG_WAITALL) && (kmsg->msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)))) in io_recvmsg()
5024 if (ret < min_ret || ((flags & MSG_WAITALL) && (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)))) in io_recv()