Lines Matching refs:strp
1299 __strp_unpause(&ctx->strp); in tls_wait_data()
1616 __strp_unpause(&ctx->strp); in tls_sw_advance_skb()
1880 __strp_unpause(&ctx->strp); in tls_sw_recvmsg()
2047 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size() argument
2049 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_read_size()
2099 tls_device_rx_resync_new_rec(strp->sk, data_len + TLS_HEADER_SIZE, in tls_read_size()
2104 tls_err_abort(strp->sk, ret); in tls_read_size()
2109 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue() argument
2111 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_queue()
2117 strp_pause(strp); in tls_queue()
2119 ctx->saved_data_ready(strp->sk); in tls_queue()
2128 strp_data_ready(&ctx->strp); in tls_data_ready()
2208 strp_stop(&ctx->strp); in tls_sw_release_resources_rx()
2225 strp_done(&ctx->strp); in tls_sw_strparser_done()
2288 strp_check_rcv(&rx_ctx->strp); in tls_sw_strparser_arm()
2490 strp_init(&sw_ctx_rx->strp, sk, &cb); in tls_set_sw_offload()