Searched refs:skb_do_copy_data_nocache (Results 1 – 1 of 1) sorted by relevance
/include/net/ |
D | sock.h | 2292 static inline int skb_do_copy_data_nocache(struct sock *sk, struct sk_buff *skb, in skb_do_copy_data_nocache() function 2315 err = skb_do_copy_data_nocache(sk, skb, from, skb_put(skb, copy), in skb_add_data_nocache() 2330 err = skb_do_copy_data_nocache(sk, skb, from, page_address(page) + off, in skb_copy_to_page_nocache()
|