Home
last modified time | relevance | path

Searched refs:tls_strparser (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/tls/
A Dtls_strp.c27 static void tls_strp_anchor_free(struct tls_strparser *strp) in tls_strp_anchor_free()
68 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_detach()
103 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_cow()
189 struct tls_strparser *strp = (struct tls_strparser *)desc->arg.data; in tls_strp_copyin()
423 void tls_strp_check_rcv(struct tls_strparser *strp) in tls_strp_check_rcv()
433 void tls_strp_data_ready(struct tls_strparser *strp) in tls_strp_data_ready()
452 struct tls_strparser *strp = in tls_strp_work()
453 container_of(w, struct tls_strparser, work); in tls_strp_work()
460 void tls_strp_msg_done(struct tls_strparser *strp) in tls_strp_msg_done()
475 void tls_strp_stop(struct tls_strparser *strp) in tls_strp_stop()
[all …]
A Dtls.h136 void tls_strp_done(struct tls_strparser *strp);
137 void tls_strp_stop(struct tls_strparser *strp);
138 int tls_strp_init(struct tls_strparser *strp, struct sock *sk);
139 void tls_strp_data_ready(struct tls_strparser *strp);
141 void tls_strp_check_rcv(struct tls_strparser *strp);
142 void tls_strp_msg_done(struct tls_strparser *strp);
144 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb);
145 void tls_rx_msg_ready(struct tls_strparser *strp);
147 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
150 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst);
A Dtls_sw.c2234 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb) in tls_rx_msg_size()
2294 void tls_rx_msg_ready(struct tls_strparser *strp) in tls_rx_msg_ready()
/linux-6.3-rc2/include/net/
A Dtls.h121 struct tls_strparser { struct
146 struct tls_strparser strp; argument

Completed in 11 milliseconds