Searched refs:__skb_splice_bits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 2401 static bool __skb_splice_bits(struct sk_buff *skb, struct pipe_inode_info *pipe, in __skb_splice_bits() function 2438 /* __skb_splice_bits() only fails if the output has no room in __skb_splice_bits() 2442 if (__skb_splice_bits(iter, pipe, offset, len, spd, sk)) in __skb_splice_bits() 2468 __skb_splice_bits(skb, pipe, &offset, &tlen, &spd, sk); in skb_splice_bits()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 2967 static bool __skb_splice_bits(struct sk_buff *skb, struct pipe_inode_info *pipe, in __skb_splice_bits() function 3004 /* __skb_splice_bits() only fails if the output has no room in __skb_splice_bits() 3008 if (__skb_splice_bits(iter, pipe, offset, len, spd, sk)) in __skb_splice_bits() 3034 __skb_splice_bits(skb, pipe, &offset, &tlen, &spd, sk); in skb_splice_bits()
|
Completed in 16 milliseconds