Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dskbuff.c1721 int skb_zerocopy_iter_stream(struct sock *sk, struct sk_buff *skb, in skb_zerocopy_iter_stream() function
1749 EXPORT_SYMBOL_GPL(skb_zerocopy_iter_stream);
/linux-6.6.21/include/linux/
Dskbuff.h1656 int skb_zerocopy_iter_stream(struct sock *sk, struct sk_buff *skb,
/linux-6.6.21/net/ipv4/
Dtcp.c1234 err = skb_zerocopy_iter_stream(sk, skb, msg, copy, uarg); in tcp_sendmsg_locked()