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

/net/core/
H A Dskbuff.c1668 * at the end of the spd in case we error'ed out in filling the pipe.
1670 static void sock_spd_release(struct splice_pipe_desc *spd, unsigned int i) argument
1672 put_page(spd->pages[i]);
1694 static bool spd_can_coalesce(const struct splice_pipe_desc *spd, argument
1698 return spd->nr_pages &&
1699 spd->pages[spd->nr_pages - 1] == page &&
1700 (spd->partial[spd->nr_pages - 1].offset +
1701 spd
1707 spd_fill_page(struct splice_pipe_desc *spd, struct pipe_inode_info *pipe, struct page *page, unsigned int *len, unsigned int offset, bool linear, struct sock *sk) argument
1734 __splice_segment(struct page *page, unsigned int poff, unsigned int plen, unsigned int *off, unsigned int *len, struct splice_pipe_desc *spd, bool linear, struct sock *sk, struct pipe_inode_info *pipe) argument
1773 __skb_splice_bits(struct sk_buff *skb, struct pipe_inode_info *pipe, unsigned int *offset, unsigned int *len, struct splice_pipe_desc *spd, struct sock *sk) argument
1819 struct splice_pipe_desc spd = { local
[all...]

Completed in 7 milliseconds