Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls_strp.c349 strp->mixed_decrypted |= !!skb_cmp_decrypted(skb, in_skb); in tls_strp_copyin()
446 if (skb_cmp_decrypted(first, skb)) in tls_strp_check_queue_ok()
/Linux-v6.6/include/linux/
Dskbuff.h1588 static inline int skb_cmp_decrypted(const struct sk_buff *skb1, in skb_cmp_decrypted() function