Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h78 struct ubuf_info *msg_ubuf; member
/linux-6.15/include/linux/
H A Dsocket.h78 struct ubuf_info *msg_ubuf; member
/linux-6.15/io_uring/
H A Dnet.c351 kmsg->msg.msg_ubuf = NULL; in io_send_setup()
740 kmsg->msg.msg_ubuf = NULL; in io_recvmsg_prep_setup()
1445 kmsg->msg.msg_ubuf = &io_notif_to_data(zc->notif)->uarg; in io_send_zc()
1518 kmsg->msg.msg_ubuf = &io_notif_to_data(sr->notif)->uarg; in io_sendmsg_zc()
/linux-6.15/net/ipv4/
H A Dip_output.c1003 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data()
1004 if (skb_zcopy(skb) && msg->msg_ubuf != skb_zcopy(skb)) in __ip_append_data()
1014 uarg = msg->msg_ubuf; in __ip_append_data()
H A Dtcp.c1075 if (msg->msg_ubuf) { in tcp_sendmsg_locked()
1076 uarg = msg->msg_ubuf; in tcp_sendmsg_locked()
1338 if (uarg && !msg->msg_ubuf) in tcp_sendmsg_locked()
1349 if (uarg && !msg->msg_ubuf) in tcp_sendmsg_locked()
/linux-6.15/net/
H A Dcompat.c79 kmsg->msg_ubuf = NULL; in __get_compat_msghdr()
H A Dsocket.c2168 msg.msg_ubuf = NULL; in __sys_sendto()
2484 kmsg->msg_ubuf = NULL; in __copy_msghdr()
/linux-6.15/net/ipv6/
H A Dip6_output.c1513 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip6_append_data()
1514 if (skb_zcopy(skb) && msg->msg_ubuf != skb_zcopy(skb)) in __ip6_append_data()
1524 uarg = msg->msg_ubuf; in __ip6_append_data()
/linux-6.15/net/core/
H A Ddatagram.c703 if (msg && msg->msg_ubuf && msg->sg_from_iter) in __zerocopy_sg_from_iter()
/linux-6.15/net/vmw_vsock/
H A Dvirtio_transport_common.c81 if (msg->msg_ubuf) { in virtio_transport_init_zcopy_skb()
82 uarg = msg->msg_ubuf; in virtio_transport_init_zcopy_skb()