Home
last modified time | relevance | path

Searched refs:cmsg_data (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c21 char cmsg_data[128]; in vsock_recv_completion() local
25 msg.msg_control = cmsg_data; in vsock_recv_completion()
26 msg.msg_controllen = sizeof(cmsg_data); in vsock_recv_completion()
H A Dvsock_test_zerocopy.c322 char cmsg_data[128]; in test_stream_msgzcopy_empty_errq_client() local
332 msg.msg_control = cmsg_data; in test_stream_msgzcopy_empty_errq_client()
333 msg.msg_controllen = sizeof(cmsg_data); in test_stream_msgzcopy_empty_errq_client()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_inq_server.pkt33 cmsg_data=8000}]}, 0) = 2000
40 cmsg_data=0}]}, 0) = 8000
52 cmsg_data=1}]}, 0) = 10000
H A Dtcp_inq_client.pkt32 cmsg_data=9000}]}, 0) = 1000
39 cmsg_data=0}]}, 0) = 9000
52 cmsg_data=1}]}, 0) = 10000
H A Dtcp_zerocopy_basic.pkt33 cmsg_data={ee_errno=0,
51 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_small.pkt34 cmsg_data={ee_errno=0,
53 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_maxfrags.pkt67 cmsg_data={ee_errno=0,
114 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_client.pkt26 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_batch.pkt37 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_fastopen-server.pkt38 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_closed.pkt40 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_epoll_edge.pkt58 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_epoll_exclusive.pkt60 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_epoll_oneshot.pkt63 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_fastopen-client.pkt52 cmsg_data={ee_errno=0,
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c132 struct cmsg_data { struct
137 static int parse_cmsg(struct msghdr *msg, struct cmsg_data *res) in parse_cmsg() argument
185 struct cmsg_data res; in cmsg_check()
240 struct cmsg_data res; in cmsg_check_dead()
/linux/net/
H A Dcompat.c296 int __user *cmsg_data = CMSG_COMPAT_DATA(cm); in scm_detach_fds_compat() local
300 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds_compat()