Lines Matching refs:strp
1309 __strp_unpause(&ctx->strp); in tls_wait_data()
1626 __strp_unpause(&ctx->strp); in tls_sw_advance_skb()
1890 __strp_unpause(&ctx->strp); in tls_sw_recvmsg()
2054 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size() argument
2056 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_read_size()
2106 tls_device_rx_resync_new_rec(strp->sk, data_len + TLS_HEADER_SIZE, in tls_read_size()
2111 tls_err_abort(strp->sk, ret); in tls_read_size()
2116 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue() argument
2118 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_queue()
2124 strp_pause(strp); in tls_queue()
2126 ctx->saved_data_ready(strp->sk); in tls_queue()
2135 strp_data_ready(&ctx->strp); in tls_data_ready()
2215 strp_stop(&ctx->strp); in tls_sw_release_resources_rx()
2232 strp_done(&ctx->strp); in tls_sw_strparser_done()
2295 strp_check_rcv(&rx_ctx->strp); in tls_sw_strparser_arm()
2497 strp_init(&sw_ctx_rx->strp, sk, &cb); in tls_set_sw_offload()