Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls_strp.c350 strp->mixed_decrypted |= !!skb_cmp_decrypted(skb, in_skb); in tls_strp_copyin()
448 if (skb_cmp_decrypted(first, skb)) in tls_strp_check_queue_ok()
/linux-6.15/net/ipv4/
H A Dtcp_offload.c355 flush |= skb_cmp_decrypted(p, skb); in tcp_gro_receive()
/linux-6.15/include/net/
H A Dtcp.h1150 !skb_cmp_decrypted(to, from)); in tcp_skb_can_collapse_rx()
/linux-6.15/include/linux/
H A Dskbuff.h1651 static inline int skb_cmp_decrypted(const struct sk_buff *skb1, in skb_cmp_decrypted() function
/linux-6.15/net/core/
H A Dskbuff.c4177 DEBUG_NET_WARN_ON_ONCE(skb_cmp_decrypted(tgt, skb)); in skb_shift()