Home
last modified time | relevance | path

Searched refs:msg_control (Results 1 – 25 of 72) sorted by relevance

123

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_inq_server.pkt28 msg_control=[{cmsg_level=SOL_TCP,
35 msg_control=[{cmsg_level=SOL_TCP,
47 msg_control=[{cmsg_level=SOL_TCP,
H A Dtcp_inq_client.pkt27 msg_control=[{cmsg_level=SOL_TCP,
34 msg_control=[{cmsg_level=SOL_TCP,
47 msg_control=[{cmsg_level=SOL_TCP,
H A Dtcp_zerocopy_basic.pkt28 msg_control=[
46 msg_control=[
H A Dtcp_zerocopy_small.pkt29 msg_control=[
48 msg_control=[
H A Dtcp_zerocopy_closed.pkt20 msg_control=[]}, MSG_ERRQUEUE) = -1 EAGAIN (Resource temporarily unavailable)
35 msg_control=[
H A Dtcp_zerocopy_fastopen-client.pkt26 msg_control=[]}, MSG_ERRQUEUE) = -1 EAGAIN (Resource temporarily unavailable)
47 msg_control=[
H A Dtcp_zerocopy_maxfrags.pkt62 msg_control=[
109 msg_control=[
H A Dtcp_zerocopy_client.pkt21 msg_control=[
H A Dtcp_zerocopy_batch.pkt32 msg_control=[
H A Dtcp_zerocopy_fastopen-server.pkt33 msg_control=[
H A Dtcp_zerocopy_epoll_edge.pkt52 msg_control=[
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h70 void *msg_control; member
88 void __user *msg_control; /* ancillary data */ member
131 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
135 ((char *)(cmsg) - (char *)(mhdr)->msg_control)))
168 return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg); in cmsg_nxthdr()
/linux/include/linux/
H A Dsocket.h70 void *msg_control; member
88 void __user *msg_control; /* ancillary data */ member
131 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen)
135 ((char *)(cmsg) - (char *)(mhdr)->msg_control)))
168 return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg); in cmsg_nxthdr()
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c176 if (!msg->msg_control) in add_zcopy_cookie()
178 cm = (void *)msg->msg_control; in add_zcopy_cookie()
199 memset(&msg->msg_control, 0, sizeof(msg->msg_control)); in do_sendmsg()
201 msg->msg_control = (struct cmsghdr *)ckbuf; in do_sendmsg()
222 msg->msg_control = NULL; in do_sendmsg()
371 msg.msg_control = cmsgbuf; in do_recvmsg_completion()
407 msg.msg_control = control; in do_recv_completion()
H A Dudpgso_bench_tx.c220 msg.msg_control = control; in flush_errqueue_recv()
341 msg.msg_control = control; in send_udp_sendmmsg()
362 mmsgs[i].msg_hdr.msg_control = control; in send_udp_sendmmsg()
405 msg.msg_control = control; in send_udp_segment()
H A Dipv6_flowlabel.c83 msg.msg_control = control; in do_send()
114 msg.msg_control = control; in do_recv()
/linux/net/core/
H A Dscm.c238 if (!msg->msg_control || msg->msg_controllen < sizeof(struct cmsghdr)) { in put_cmsg()
262 struct cmsghdr *cm = msg->msg_control; in put_cmsg()
274 msg->msg_control += cmlen; in put_cmsg()
289 if (!msg->msg_control || msg->msg_controllen < CMSG_LEN(len)) in put_cmsg_notrunc()
/linux/tools/testing/selftests/landlock/
H A Dcommon.h148 .msg_control = &cmsg_rx.buf, in recv_fd()
182 .msg_control = &cmsg_tx.buf, in send_fd()
/linux/samples/seccomp/
H A Duser-trap.c45 msg.msg_control = buf; in send_fd()
76 msg.msg_control = buf; in recv_fd()
/linux/net/rxrpc/
H A Doutput.c263 msg.msg_control = NULL; in rxrpc_send_ack_packet()
390 msg.msg_control = NULL; in rxrpc_send_abort_packet()
671 msg.msg_control = NULL; in rxrpc_send_data_packet()
762 msg.msg_control = NULL; in rxrpc_send_conn_abort()
825 msg.msg_control = NULL; in rxrpc_reject_packet()
884 msg.msg_control = NULL; in rxrpc_send_keepalive()
H A Dlocal_event.c52 msg.msg_control = NULL; in rxrpc_send_version_request()
/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c25 msg.msg_control = cmsg_data; in vsock_recv_completion()
/linux/io_uring/
H A Dnet.c79 void __user *msg_control; member
271 unsafe_get_user(msg->msg_control, &umsg->msg_control, ua_end); in io_msg_copy_hdr()
326 sr->msg_control = iomsg->msg.msg_control_user; in io_sendmsg_copy_hdr()
338 sr->msg_control = iomsg->msg.msg_control_user; in io_sendmsg_copy_hdr()
364 kmsg->msg.msg_control = NULL; in io_send_setup()
544 kmsg->msg.msg_control_user = sr->msg_control; in io_sendmsg()
553 kmsg->msg.msg_control = NULL; in io_sendmsg()
761 kmsg->msg.msg_control = NULL; in io_recvmsg_prep_setup()
1474 kmsg->msg.msg_control_user = sr->msg_control; in io_sendmsg_zc()
/linux/include/net/
H A Dcompat.h15 compat_uptr_t msg_control; /* void * */ member
/linux/net/handshake/
H A Dalert.c52 msg.msg_control = buf; in tls_alert_send()

123