Home
last modified time | relevance | path

Searched refs:skb_splice_bits (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/kcm/
H A Dkcmsock.c1045 copied = skb_splice_bits(skb, sk, stm->offset, pipe, len, flags); in kcm_splice_read()
/openbmc/linux/net/core/
H A Dskbuff.c3030 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, in skb_splice_bits() function
3052 EXPORT_SYMBOL_GPL(skb_splice_bits);
/openbmc/linux/net/tls/
H A Dtls_sw.c2225 copied = skb_splice_bits(skb, sk, rxm->offset, pipe, chunk, flags); in tls_sw_splice_read()
/openbmc/linux/include/linux/
H A Dskbuff.h4010 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
/openbmc/linux/net/unix/
H A Daf_unix.c2913 return skb_splice_bits(skb, state->socket->sk, in unix_stream_splice_actor()
/openbmc/linux/net/ipv4/
H A Dtcp.c746 ret = skb_splice_bits(skb, skb->sk, offset, tss->pipe, in tcp_splice_data_recv()