Lines Matching full:strp
145 void tls_strp_abort_strp(struct tls_strparser *strp, int err);
190 void tls_strp_done(struct tls_strparser *strp);
191 void __tls_strp_done(struct tls_strparser *strp);
192 void tls_strp_stop(struct tls_strparser *strp);
193 int tls_strp_init(struct tls_strparser *strp, struct sock *sk);
194 void tls_strp_data_ready(struct tls_strparser *strp);
196 void tls_strp_check_rcv(struct tls_strparser *strp);
197 void tls_strp_msg_done(struct tls_strparser *strp);
199 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb);
200 void tls_rx_msg_ready(struct tls_strparser *strp);
202 bool tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
205 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst);
216 DEBUG_NET_WARN_ON_ONCE(!ctx->strp.msg_ready || !ctx->strp.anchor->len); in tls_strp_msg()
217 return ctx->strp.anchor; in tls_strp_msg()
222 return READ_ONCE(ctx->strp.msg_ready); in tls_strp_msg_ready()
227 return ctx->strp.mixed_decrypted; in tls_strp_msg_mixed_decrypted()