Searched refs:tls_strparser (Results 1 – 4 of 4) sorted by relevance
15 static void tls_strp_abort_strp(struct tls_strparser *strp, int err) in tls_strp_abort_strp()27 static void tls_strp_anchor_free(struct tls_strparser *strp) in tls_strp_anchor_free()38 static struct sk_buff *tls_strp_msg_make_copy(struct tls_strparser *strp) in tls_strp_msg_make_copy()68 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_detach()103 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_cow()126 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold()173 static void tls_strp_flush_anchor_copy(struct tls_strparser *strp) in tls_strp_flush_anchor_copy()189 struct tls_strparser *strp = (struct tls_strparser *)desc->arg.data; in tls_strp_copyin()261 static int tls_strp_read_copyin(struct tls_strparser *strp) in tls_strp_read_copyin()276 static int tls_strp_read_copy(struct tls_strparser *strp, bool qshort) in tls_strp_read_copy()[all …]
134 void tls_strp_done(struct tls_strparser *strp);135 void tls_strp_stop(struct tls_strparser *strp);136 int tls_strp_init(struct tls_strparser *strp, struct sock *sk);137 void tls_strp_data_ready(struct tls_strparser *strp);139 void tls_strp_check_rcv(struct tls_strparser *strp);140 void tls_strp_msg_done(struct tls_strparser *strp);142 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb);143 void tls_rx_msg_ready(struct tls_strparser *strp);145 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);148 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst);
2213 int tls_rx_msg_size(struct tls_strparser *strp, struct sk_buff *skb) in tls_rx_msg_size()2273 void tls_rx_msg_ready(struct tls_strparser *strp) in tls_rx_msg_ready()
121 struct tls_strparser { struct146 struct tls_strparser strp; argument