Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock.h2270 static inline int skb_do_copy_data_nocache(struct sock *sk, struct sk_buff *skb, in skb_do_copy_data_nocache() function
2293 err = skb_do_copy_data_nocache(sk, skb, from, skb_put(skb, copy), in skb_add_data_nocache()
2308 err = skb_do_copy_data_nocache(sk, skb, from, page_address(page) + off, in skb_copy_to_page_nocache()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c893 err = skb_do_copy_data_nocache(sk, skb, from, page_address(page) + in chtls_skb_copy_to_page_nocache()