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

/linux-master/net/kcm/
H A Dkcmsock.c1043 copied = skb_splice_bits(skb, sk, stm->offset, pipe, len, flags);
/linux-master/net/tls/
H A Dtls_sw.c2225 copied = skb_splice_bits(skb, sk, rxm->offset, pipe, chunk, flags);
/linux-master/net/core/
H A Dskbuff.c3182 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, function
3204 EXPORT_SYMBOL_GPL(skb_splice_bits); variable
/linux-master/net/ipv4/
H A Dtcp.c747 ret = skb_splice_bits(skb, skb->sk, offset, tss->pipe,
1535 * in skb_splice_bits()
/linux-master/include/linux/
H A Dskbuff.h4072 int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
/linux-master/net/unix/
H A Daf_unix.c2957 return skb_splice_bits(skb, state->socket->sk,

Completed in 313 milliseconds