Searched refs:skb_append_pagefrags (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | ip_output.c | 1309 if (skb_append_pagefrags(skb, page, offset, len)) { in ip_append_page()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 2932 int skb_append_pagefrags(struct sk_buff *skb, struct page *page, in skb_append_pagefrags() function 2948 EXPORT_SYMBOL_GPL(skb_append_pagefrags);
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 895 int skb_append_pagefrags(struct sk_buff *skb, struct page *page,
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 2031 if (skb_append_pagefrags(skb, page, offset, size)) { in unix_stream_sendpage()
|