Home
last modified time | relevance | path

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

/linux-5.19.10/net/kcm/
Dkcmsock.c1200 copied = skb_splice_bits(skb, sk, stm->offset, pipe, len, flags); in kcm_splice_read()
/linux-5.19.10/net/tls/
Dtls_sw.c1971 copied = skb_splice_bits(skb, sk, rxm->offset, pipe, chunk, flags); in tls_sw_splice_read()
/linux-5.19.10/net/core/
Dskbuff.c2604 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, in skb_splice_bits() function
2626 EXPORT_SYMBOL_GPL(skb_splice_bits);
/linux-5.19.10/net/unix/
Daf_unix.c2926 return skb_splice_bits(skb, state->socket->sk, in unix_stream_splice_actor()
/linux-5.19.10/include/linux/
Dskbuff.h4061 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
/linux-5.19.10/net/ipv4/
Dtcp.c735 ret = skb_splice_bits(skb, skb->sk, offset, tss->pipe, in tcp_splice_data_recv()