Searched refs:tls_strp_msg (Results 1 – 3 of 3) sorted by relevance
896 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()907 skb = tls_strp_msg(sw_ctx); in tls_device_reencrypt()978 struct sk_buff *skb = tls_strp_msg(sw_ctx); in tls_device_decrypted()
1515 struct sk_buff *skb = tls_strp_msg(ctx); in tls_decrypt_sg()1652 darg->skb = clear_skb ?: tls_strp_msg(ctx); in tls_decrypt_sg()1710 if (darg->skb != tls_strp_msg(ctx)) in tls_decrypt_sw()1737 pad = tls_padding_length(prot, tls_strp_msg(ctx), darg); in tls_decrypt_device()1742 darg->skb = tls_strp_msg(ctx); in tls_decrypt_device()2109 rxm = strp_msg(tls_strp_msg(ctx)); in tls_sw_recvmsg()2110 tlm = tls_msg(tls_strp_msg(ctx)); in tls_sw_recvmsg()
213 static inline struct sk_buff *tls_strp_msg(struct tls_sw_context_rx *ctx) in tls_strp_msg() function