Home
last modified time | relevance | path

Searched refs:uarg_to_msgzc (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/net/core/
Dskbuff.c1597 uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_realloc()
1700 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_callback()
1711 struct sock *sk = skb_from_uarg(uarg_to_msgzc(uarg))->sk; in msg_zerocopy_put_abort()
1714 uarg_to_msgzc(uarg)->len--; in msg_zerocopy_put_abort()
/Linux-v6.6/drivers/net/xen-netback/
Dnetback.c1272 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in xenvif_zerocopy_callback()
/Linux-v6.6/net/ipv4/
Dip_output.c1036 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip_append_data()
Dtcp.c1066 uarg_to_msgzc(uarg)->zerocopy = 0; in tcp_sendmsg_locked()
/Linux-v6.6/drivers/vhost/
Dnet.c388 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in vhost_zerocopy_callback()
/Linux-v6.6/net/ipv6/
Dip6_output.c1588 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip6_append_data()
/Linux-v6.6/include/linux/
Dskbuff.h563 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ macro