Home
last modified time | relevance | path

Searched refs:tls_strp_msg_hold (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/tls/
Dtls.h148 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst);
Dtls_strp.c126 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold() function
Dtls_sw.c1579 err = tls_strp_msg_hold(&ctx->strp, &ctx->async_hold); in tls_decrypt_sg()