Searched refs:MSG_TRUNC (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 171 ret = recv(fd, NULL, 1 << 21, MSG_TRUNC | MSG_DONTWAIT); in do_flush_tcp() 233 ret = recvmsg(fd, &msg, MSG_TRUNC | MSG_DONTWAIT); in recv_msg() 257 ret = recv(fd, rbuf, len, MSG_TRUNC | MSG_DONTWAIT); in do_flush_udp()
|
D | ipv6_flowlabel.c | 97 if (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
|
D | msg_zerocopy.c | 609 ret = recv(fd, NULL, 1 << 21, MSG_TRUNC | MSG_DONTWAIT); in do_flush_tcp() 628 ret = recv(fd, buf, sizeof(buf), MSG_DONTWAIT | MSG_TRUNC); in do_flush_datagram()
|
D | rxtimestamp.c | 204 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
|
/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 292 #define MSG_TRUNC 0x20 macro
|