Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnet.c477 msg.msg_ubuf = NULL; in io_send()
952 msg.msg_ubuf = NULL; in io_recv()
1225 msg.msg_ubuf = &io_notif_to_data(zc->notif)->uarg; in io_send_zc()
1297 kmsg->msg.msg_ubuf = &io_notif_to_data(sr->notif)->uarg; in io_sendmsg_zc()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h77 struct ubuf_info *msg_ubuf; member
/openbmc/linux/include/linux/
H A Dsocket.h77 struct ubuf_info *msg_ubuf; member
/openbmc/linux/net/ipv4/
H A Dip_output.c1015 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data()
1016 if (skb_zcopy(skb) && msg->msg_ubuf != skb_zcopy(skb)) in __ip_append_data()
1026 uarg = msg->msg_ubuf; in __ip_append_data()
H A Dtcp.c1053 if (msg->msg_ubuf) { in tcp_sendmsg_locked()
1054 uarg = msg->msg_ubuf; in tcp_sendmsg_locked()
1316 if (uarg && !msg->msg_ubuf) in tcp_sendmsg_locked()
1327 if (uarg && !msg->msg_ubuf) in tcp_sendmsg_locked()
/openbmc/linux/net/
H A Dcompat.c79 kmsg->msg_ubuf = NULL; in __get_compat_msghdr()
H A Dsocket.c2184 msg.msg_ubuf = NULL; in __sys_sendto()
2508 kmsg->msg_ubuf = NULL; in __copy_msghdr()
/openbmc/linux/net/core/
H A Ddatagram.c627 if (msg && msg->msg_ubuf && msg->sg_from_iter) in __zerocopy_sg_from_iter()
/openbmc/linux/net/ipv6/
H A Dip6_output.c1582 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip6_append_data()
1583 if (skb_zcopy(skb) && msg->msg_ubuf != skb_zcopy(skb)) in __ip6_append_data()
1593 uarg = msg->msg_ubuf; in __ip6_append_data()