Home
last modified time | relevance | path

Searched refs:skb_append_pagefrags (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/ipv4/
Dip_output.c1309 if (skb_append_pagefrags(skb, page, offset, len)) { in ip_append_page()
/linux-4.4.14/net/core/
Dskbuff.c2932 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/
Dskbuff.h895 int skb_append_pagefrags(struct sk_buff *skb, struct page *page,
/linux-4.4.14/net/unix/
Daf_unix.c2031 if (skb_append_pagefrags(skb, page, offset, size)) { in unix_stream_sendpage()