Home
last modified time | relevance | path

Searched refs:skb_frag_page_copy (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dskbuff.h3705 * skb_frag_page_copy() - sets the page in a fragment from another fragment
3709 static inline void skb_frag_page_copy(skb_frag_t *fragto, in skb_frag_page_copy() function
/linux/net/ipv4/
H A Dtcp_output.c2392 skb_frag_page_copy(fragto, fragfrom); in tcp_clone_payload()