Home
last modified time | relevance | path

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

/linux-6.1.9/net/kcm/
Dkcmsock.c1161 copied = skb_splice_bits(skb, sk, stm->offset, pipe, len, flags); in kcm_splice_read()
/linux-6.1.9/net/core/
Dskbuff.c2744 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, in skb_splice_bits() function
2766 EXPORT_SYMBOL_GPL(skb_splice_bits);
/linux-6.1.9/net/tls/
Dtls_sw.c2175 copied = skb_splice_bits(skb, sk, rxm->offset, pipe, chunk, flags); in tls_sw_splice_read()
/linux-6.1.9/include/linux/
Dskbuff.h3927 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
/linux-6.1.9/net/unix/
Daf_unix.c2962 return skb_splice_bits(skb, state->socket->sk, in unix_stream_splice_actor()
/linux-6.1.9/net/ipv4/
Dtcp.c739 ret = skb_splice_bits(skb, skb->sk, offset, tss->pipe, in tcp_splice_data_recv()