Home
last modified time | relevance | path

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

/linux-6.15/net/kcm/
H A Dkcmsock.c1046 copied = skb_splice_bits(skb, sk, stm->offset, pipe, len, flags); in kcm_splice_read()
/linux-6.15/net/tls/
H A Dtls_sw.c2258 copied = skb_splice_bits(skb, sk, rxm->offset, pipe, chunk, flags); in tls_sw_splice_read()
/linux-6.15/net/core/
H A Dskbuff.c3193 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, in skb_splice_bits() function
3215 EXPORT_SYMBOL_GPL(skb_splice_bits);
/linux-6.15/include/linux/
H A Dskbuff.h4144 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
/linux-6.15/net/unix/
H A Daf_unix.c2989 return skb_splice_bits(skb, state->socket->sk, in unix_stream_splice_actor()
/linux-6.15/net/ipv4/
H A Dtcp.c768 ret = skb_splice_bits(skb, skb->sk, offset, tss->pipe, in tcp_splice_data_recv()