Home
last modified time | relevance | path

Searched refs:skb_zerocopy_iter_stream (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/net/core/
Dskbuff.c1792 int skb_zerocopy_iter_stream(struct sock *sk, struct sk_buff *skb, in skb_zerocopy_iter_stream() function
1828 EXPORT_SYMBOL_GPL(skb_zerocopy_iter_stream);
/linux-6.14.4/include/linux/
Dskbuff.h1727 int skb_zerocopy_iter_stream(struct sock *sk, struct sk_buff *skb,
/linux-6.14.4/net/ipv4/
Dtcp.c1251 err = skb_zerocopy_iter_stream(sk, skb, msg, copy, uarg); in tcp_sendmsg_locked()