Lines Matching refs:strp
1308 __strp_unpause(&ctx->strp); in tls_wait_data()
1625 __strp_unpause(&ctx->strp); in tls_sw_advance_skb()
1889 __strp_unpause(&ctx->strp); in tls_sw_recvmsg()
2055 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size() argument
2057 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_read_size()
2108 tls_device_rx_resync_new_rec(strp->sk, data_len + TLS_HEADER_SIZE, in tls_read_size()
2113 tls_err_abort(strp->sk, ret); in tls_read_size()
2118 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue() argument
2120 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_queue()
2126 strp_pause(strp); in tls_queue()
2128 ctx->saved_data_ready(strp->sk); in tls_queue()
2137 strp_data_ready(&ctx->strp); in tls_data_ready()
2217 strp_stop(&ctx->strp); in tls_sw_release_resources_rx()
2234 strp_done(&ctx->strp); in tls_sw_strparser_done()
2297 strp_check_rcv(&rx_ctx->strp); in tls_sw_strparser_arm()
2515 strp_init(&sw_ctx_rx->strp, sk, &cb); in tls_set_sw_offload()