Lines Matching refs:strp
1560 __strp_unpause(&ctx->strp); in tls_sw_advance_skb()
1967 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size() argument
1969 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_read_size()
2019 tls_device_rx_resync_new_rec(strp->sk, data_len + TLS_HEADER_SIZE, in tls_read_size()
2024 tls_err_abort(strp->sk, ret); in tls_read_size()
2029 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue() argument
2031 struct tls_context *tls_ctx = tls_get_ctx(strp->sk); in tls_queue()
2037 strp_pause(strp); in tls_queue()
2039 ctx->saved_data_ready(strp->sk); in tls_queue()
2048 strp_data_ready(&ctx->strp); in tls_data_ready()
2121 strp_stop(&ctx->strp); in tls_sw_release_resources_rx()
2138 strp_done(&ctx->strp); in tls_sw_strparser_done()
2201 strp_check_rcv(&rx_ctx->strp); in tls_sw_strparser_arm()
2400 strp_init(&sw_ctx_rx->strp, sk, &cb); in tls_set_sw_offload()