Lines Matching refs:pipe
1812 struct pipe_inode_info *pipe, struct page *page, in spd_fill_page() argument
1843 struct pipe_inode_info *pipe) in __splice_segment() argument
1862 if (spd_fill_page(spd, pipe, page, &flen, poff, in __splice_segment()
1877 static bool __skb_splice_bits(struct sk_buff *skb, struct pipe_inode_info *pipe, in __skb_splice_bits() argument
1893 sk, pipe)) in __skb_splice_bits()
1904 offset, len, spd, false, sk, pipe)) in __skb_splice_bits()
1912 struct pipe_inode_info *pipe, in skb_socket_splice() argument
1926 ret = splice_to_pipe(pipe, spd); in skb_socket_splice()
1939 struct pipe_inode_info *pipe, unsigned int tlen, in skb_splice_bits() argument
1962 if (__skb_splice_bits(skb, pipe, &offset, &tlen, &spd, sk)) in skb_splice_bits()
1973 if (__skb_splice_bits(frag_iter, pipe, &offset, &tlen, &spd, sk)) in skb_splice_bits()
1979 ret = splice_cb(sk, pipe, &spd); in skb_splice_bits()