Searched refs:msg_control (Results 26 - 50 of 63) sorted by relevance

123

/linux-master/net/
H A Dcompat.c56 kmsg->msg_control_user = compat_ptr(msg->msg_control);
215 kmsg->msg_control = kcmsg_base;
H A Dsocket.c2176 msg.msg_control = NULL;
2468 kmsg->msg_control_user = msg->msg_control;
2550 ctl_buf = msg_sys->msg_control;
2563 msg_sys->msg_control = ctl_buf;
2791 cmsg_ptr = (unsigned long)msg_sys->msg_control;
2821 err = __put_user((unsigned long)msg_sys->msg_control - cmsg_ptr,
2824 err = __put_user((unsigned long)msg_sys->msg_control - cmsg_ptr,
/linux-master/tools/testing/selftests/net/
H A Drxtimestamp.c195 hdr.msg_control = cmsg_buf;
H A Dudpgso_bench_rx.c229 msg.msg_control = control;
H A Dudpgso.c356 msg.msg_control = control;
H A Dtxtimestamp.c385 msg.msg_control = ctrl;
626 msg.msg_control = control;
H A Dtimestamping.c297 msg.msg_control = &control;
H A Dioam6_parser.c633 msg.msg_control = buffer;
/linux-master/include/uapi/linux/
H A Dtcp.h481 __u64 msg_control; /* ancillary data */ member in struct:tcp_zerocopy_receive
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c147 msg.msg_control = control;
/linux-master/fs/afs/
H A Drxrpc.c364 msg.msg_control = NULL;
805 msg.msg_control = NULL;
846 msg.msg_control = NULL;
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c340 .msg_control = msg_buf,
/linux-master/net/rxrpc/
H A Dconn_event.c117 msg.msg_control = NULL;
H A Dsendmsg.c757 ASSERTCMP(msg->msg_control, ==, NULL);
H A Drxkad.c647 msg.msg_control = NULL;
705 msg.msg_control = NULL;
/linux-master/fs/smb/server/
H A Dtransport_tcp.c319 ksmbd_msg.msg_control = NULL;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c164 msg.msg_control = u.buf;
199 msg.msg_control = u.buf;
H A Dsk_lookup.c376 msg.msg_control = cmsg_buf;
421 msg.msg_control = NULL;
H A Dtc_redirect.c488 msg.msg_control = &ctl;
592 msg.msg_control = &ctl;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c1078 hdr.msg_control = &control4;
1081 hdr.msg_control = &control6;
H A Dxdp_hw_metadata.c253 hdr.msg_control = cmsg_buf;
/linux-master/drivers/net/
H A Dtun.c1744 void *msg_control, struct iov_iter *from,
1798 if (msg_control) {
1906 skb_zcopy_init(skb, msg_control);
1907 } else if (msg_control) {
1908 struct ubuf_info *uarg = msg_control;
2561 struct tun_msg_ctl *ctl = m->msg_control;
2613 void *ptr = m->msg_control;
1743 tun_get_user(struct tun_struct *tun, struct tun_file *tfile, void *msg_control, struct iov_iter *from, int noblock, bool more) argument
/linux-master/net/sunrpc/
H A Dsvcsock.c269 msg->msg_control = &u;
575 .msg_control = cmh,
699 .msg_control = cmh,
/linux-master/drivers/nvme/target/
H A Dtcp.c1188 msg.msg_control = cbuf;
1294 msg.msg_control = cbuf;
1489 c->recv_msg.msg_control = c->recv_cbuf;
1752 .msg_control = cbuf,
/linux-master/net/ipv6/
H A Dipv6_sockglue.c868 msg.msg_control = (void *)(opt+1);
1143 msg.msg_control = optval.kernel;

Completed in 374 milliseconds

123