Home
last modified time | relevance | path

Searched refs:msg_zerocopy_ubuf_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/core/
H A Dskbuff.c1689 uarg->ubuf.ops = &msg_zerocopy_ubuf_ops; in msg_zerocopy_alloc()
1715 if (uarg->ops != &msg_zerocopy_ubuf_ops) in msg_zerocopy_realloc()
1849 const struct ubuf_info_ops msg_zerocopy_ubuf_ops = { variable
1852 EXPORT_SYMBOL_GPL(msg_zerocopy_ubuf_ops);
/linux-6.15/include/linux/
H A Dskbuff.h1710 extern const struct ubuf_info_ops msg_zerocopy_ubuf_ops;
1813 if (uarg->ops == &msg_zerocopy_ubuf_ops) in net_zcopy_put_abort()