Searched refs:msg_flags (Results 1 – 10 of 10) sorted by relevance
/tools/testing/selftests/net/ |
D | tcp_inq.c | 155 msg.msg_flags = 0; in main() 163 if (msg.msg_flags & MSG_CTRUNC) in main()
|
D | so_txtime.c | 181 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()
|
D | udpgso_bench_tx.c | 227 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()
|
D | ipv6_flowlabel.c | 97 if (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
|
D | udpgso.c | 445 if (msg->msg_flags) in __send_one() 446 error(1, 0, "sendmsg: return flags 0x%x\n", msg->msg_flags); in __send_one()
|
D | msg_zerocopy.c | 374 if (msg.msg_flags & MSG_CTRUNC) in do_recvmsg_completion() 412 if (msg.msg_flags & MSG_CTRUNC) in do_recv_completion()
|
D | rxtimestamp.c | 204 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) in do_recv()
|
/tools/testing/vsock/ |
D | vsock_test.c | 329 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/ |
D | socket.h | 66 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/ |
D | sk_lookup.c | 386 if (CHECK(msg.msg_flags & MSG_CTRUNC, "recvmsg", "truncated cmsg\n")) in udp_recv_send()
|