Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c1569 skb_copy_decrypted(buff, skb); in tcp_fragment()
2131 skb_copy_decrypted(buff, skb); in tso_fragment()
2401 skb_copy_decrypted(nskb, skb); in tcp_mtu_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1417 static inline void skb_copy_decrypted(struct sk_buff *to, in skb_copy_decrypted() function