Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_strp.c356 strp->mixed_decrypted |= !!skb_cmp_decrypted(skb, in_skb); in tls_strp_copyin()
454 if (skb_cmp_decrypted(first, skb)) in tls_strp_check_queue_ok()
/linux/include/net/
H A Dtcp.h1173 !skb_cmp_decrypted(to, from)); in tcp_skb_can_collapse_rx()
/linux/include/linux/
H A Dskbuff.h1694 static inline int skb_cmp_decrypted(const struct sk_buff *skb1, in skb_cmp_decrypted() function
/linux/net/core/
H A Dskbuff.c4248 DEBUG_NET_WARN_ON_ONCE(skb_cmp_decrypted(tgt, skb)); in skb_shift()