Lines Matching refs:tls_strparser

16 void tls_strp_abort_strp(struct tls_strparser *strp, int err)  in tls_strp_abort_strp()
30 static void tls_strp_anchor_free(struct tls_strparser *strp) in tls_strp_anchor_free()
42 tls_strp_skb_copy(struct tls_strparser *strp, struct sk_buff *in_skb, in tls_strp_skb_copy()
69 static struct sk_buff *tls_strp_msg_make_copy(struct tls_strparser *strp) in tls_strp_msg_make_copy()
87 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_detach()
122 struct tls_strparser *strp = &ctx->strp; in tls_strp_msg_cow()
145 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold()
192 static void tls_strp_flush_anchor_copy(struct tls_strparser *strp) in tls_strp_flush_anchor_copy()
210 static int tls_strp_copyin_frag(struct tls_strparser *strp, struct sk_buff *skb, in tls_strp_copyin_frag()
286 static int tls_strp_copyin_skb(struct tls_strparser *strp, struct sk_buff *skb, in tls_strp_copyin_skb()
345 struct tls_strparser *strp = (struct tls_strparser *)desc->arg.data; in tls_strp_copyin()
377 static int tls_strp_read_copyin(struct tls_strparser *strp) in tls_strp_read_copyin()
391 static int tls_strp_read_copy(struct tls_strparser *strp, bool qshort) in tls_strp_read_copy()
434 static bool tls_strp_check_queue_ok(struct tls_strparser *strp) in tls_strp_check_queue_ok()
461 static void tls_strp_load_anchor_with_queue(struct tls_strparser *strp, int len) in tls_strp_load_anchor_with_queue()
484 bool tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh) in tls_strp_msg_load()
512 static int tls_strp_read_sock(struct tls_strparser *strp) in tls_strp_read_sock()
547 void tls_strp_check_rcv(struct tls_strparser *strp) in tls_strp_check_rcv()
557 void tls_strp_data_ready(struct tls_strparser *strp) in tls_strp_data_ready()
576 struct tls_strparser *strp = in tls_strp_work()
577 container_of(w, struct tls_strparser, work); in tls_strp_work()
584 void tls_strp_msg_done(struct tls_strparser *strp) in tls_strp_msg_done()
599 void tls_strp_stop(struct tls_strparser *strp) in tls_strp_stop()
604 int tls_strp_init(struct tls_strparser *strp, struct sock *sk) in tls_strp_init()
622 void tls_strp_done(struct tls_strparser *strp) in tls_strp_done()