Lines Matching refs:strp
184 void tls_strp_done(struct tls_strparser *strp);
185 void tls_strp_stop(struct tls_strparser *strp);
186 int tls_strp_init(struct tls_strparser *strp, struct sock *sk);
187 void tls_strp_data_ready(struct tls_strparser *strp);
189 void tls_strp_check_rcv(struct tls_strparser *strp);
190 void tls_strp_msg_done(struct tls_strparser *strp);
192 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb);
193 void tls_rx_msg_ready(struct tls_strparser *strp);
195 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
198 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst);
209 DEBUG_NET_WARN_ON_ONCE(!ctx->strp.msg_ready || !ctx->strp.anchor->len); in tls_strp_msg()
210 return ctx->strp.anchor; in tls_strp_msg()
215 return READ_ONCE(ctx->strp.msg_ready); in tls_strp_msg_ready()
220 return ctx->strp.mixed_decrypted; in tls_strp_msg_mixed_decrypted()