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

/linux-master/net/core/
H A Dskbuff.c3130 static bool __skb_splice_bits(struct sk_buff *skb, struct pipe_inode_info *pipe, function
3167 /* __skb_splice_bits() only fails if the output has no room
3171 if (__skb_splice_bits(iter, pipe, offset, len, spd, sk))
3197 __skb_splice_bits(skb, pipe, &offset, &tlen, &spd, sk);

Completed in 115 milliseconds