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.c350 strp->mixed_decrypted |= !!skb_cmp_decrypted(skb, in_skb); in tls_strp_copyin()
447 if (skb_cmp_decrypted(first, skb)) in tls_strp_check_queue_ok()
/linux/net/ipv4/
H A Dtcp_offload.c351 flush |= skb_cmp_decrypted(p, skb); in tcp_gro_receive()
/linux/include/net/
H A Dtcp.h1097 !skb_cmp_decrypted(to, from)); in tcp_skb_can_collapse_rx()
/linux/net/core/
H A Dskbuff.c4115 DEBUG_NET_WARN_ON_ONCE(skb_cmp_decrypted(tgt, skb)); in skb_shift()