Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A 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);
/openbmc/linux/include/linux/
H A Dskbuff.h1651 int skb_zerocopy_iter_stream(struct sock *sk, struct sk_buff *skb,
/openbmc/linux/net/ipv4/
H A Dtcp.c1237 err = skb_zerocopy_iter_stream(sk, skb, msg, copy, uarg); in tcp_sendmsg_locked()