Home
last modified time | relevance | path

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

/net/ipv4/
Dip_output.c1439 if (skb_append_pagefrags(skb, page, offset, len)) { in ip_append_page()
/net/core/
Dskbuff.c3631 int skb_append_pagefrags(struct sk_buff *skb, struct page *page, in skb_append_pagefrags() function
3647 EXPORT_SYMBOL_GPL(skb_append_pagefrags);
/net/unix/
Daf_unix.c2040 if (skb_append_pagefrags(skb, page, offset, size)) { in unix_stream_sendpage()