Home
last modified time | relevance | path

Searched refs:msg_flags (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/net/
Dtcp_inq.c155 msg.msg_flags = 0; in main()
163 if (msg.msg_flags & MSG_CTRUNC) in main()
Dso_txtime.c181 if (msg.msg_flags != MSG_ERRQUEUE) in do_recv_errqueue_timeout()
182 error(1, 0, "errqueue: flags 0x%x\n", msg.msg_flags); in do_recv_errqueue_timeout()
218 msg.msg_flags = 0; in do_recv_errqueue_timeout()
Dudpgso_bench_tx.c227 if (msg.msg_flags != MSG_ERRQUEUE) in flush_errqueue_recv()
228 error(1, 0, "errqueue: flags 0x%x\n", msg.msg_flags); in flush_errqueue_recv()
235 msg.msg_flags = 0; in flush_errqueue_recv()
Dipv6_flowlabel.c97 if (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
Dudpgso.c445 if (msg->msg_flags) in __send_one()
446 error(1, 0, "sendmsg: return flags 0x%x\n", msg->msg_flags); in __send_one()
Dmsg_zerocopy.c374 if (msg.msg_flags & MSG_CTRUNC) in do_recvmsg_completion()
412 if (msg.msg_flags & MSG_CTRUNC) in do_recv_completion()
Drxtimestamp.c204 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
/tools/testing/vsock/
Dvsock_test.c329 if ((i == MSG_EOR_IDX) ^ !!(msg.msg_flags & MSG_EOR)) { in test_seqpacket_msg_bounds_server()
386 if (!(msg.msg_flags & MSG_TRUNC)) { in test_seqpacket_msg_trunc_server()
/tools/perf/trace/beauty/include/linux/
Dsocket.h66 unsigned int msg_flags; /* flags on received message */ member
77 unsigned int msg_flags; /* flags on received message */ member
/tools/testing/selftests/bpf/prog_tests/
Dsk_lookup.c386 if (CHECK(msg.msg_flags & MSG_CTRUNC, "recvmsg", "truncated cmsg\n")) in udp_recv_send()