strparser          73 include/linux/skmsg.h 	struct strparser		strp;
strparser          91 include/net/kcm.h 	struct strparser strp;
strparser          40 include/net/strparser.h struct strparser;
strparser          44 include/net/strparser.h 	int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
strparser          45 include/net/strparser.h 	void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
strparser          46 include/net/strparser.h 	int (*read_sock_done)(struct strparser *strp, int err);
strparser          47 include/net/strparser.h 	void (*abort_parser)(struct strparser *strp, int err);
strparser          48 include/net/strparser.h 	void (*lock)(struct strparser *strp);
strparser          49 include/net/strparser.h 	void (*unlock)(struct strparser *strp);
strparser          83 include/net/strparser.h static inline void strp_pause(struct strparser *strp)
strparser          89 include/net/strparser.h void strp_unpause(struct strparser *strp);
strparser          91 include/net/strparser.h void __strp_unpause(struct strparser *strp);
strparser          93 include/net/strparser.h static inline void save_strp_stats(struct strparser *strp,
strparser         135 include/net/strparser.h void strp_done(struct strparser *strp);
strparser         136 include/net/strparser.h void strp_stop(struct strparser *strp);
strparser         137 include/net/strparser.h void strp_check_rcv(struct strparser *strp);
strparser         138 include/net/strparser.h int strp_init(struct strparser *strp, struct sock *sk,
strparser         140 include/net/strparser.h void strp_data_ready(struct strparser *strp);
strparser         141 include/net/strparser.h int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
strparser         173 include/net/tls.h 	struct strparser strp;
strparser         681 net/core/skmsg.c static struct sk_psock *sk_psock_from_strp(struct strparser *strp)
strparser         741 net/core/skmsg.c static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb)
strparser         759 net/core/skmsg.c static int sk_psock_strp_read_done(struct strparser *strp, int err)
strparser         764 net/core/skmsg.c static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb)
strparser         356 net/kcm/kcmsock.c static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb)
strparser         377 net/kcm/kcmsock.c static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb)
strparser         389 net/kcm/kcmsock.c static int kcm_read_sock_done(struct strparser *strp, int err)
strparser          45 net/strparser/strparser.c static void strp_abort_strp(struct strparser *strp, int err)
strparser          65 net/strparser/strparser.c static void strp_start_timer(struct strparser *strp, long timeo)
strparser          72 net/strparser/strparser.c static void strp_parser_err(struct strparser *strp, int err,
strparser          81 net/strparser/strparser.c static inline int strp_peek_len(struct strparser *strp)
strparser         101 net/strparser/strparser.c 	struct strparser *strp = (struct strparser *)desc->arg.data;
strparser         325 net/strparser/strparser.c int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
strparser         341 net/strparser/strparser.c 	struct strparser *strp = (struct strparser *)desc->arg.data;
strparser         347 net/strparser/strparser.c static int default_read_sock_done(struct strparser *strp, int err)
strparser         353 net/strparser/strparser.c static int strp_read_sock(struct strparser *strp)
strparser         374 net/strparser/strparser.c void strp_data_ready(struct strparser *strp)
strparser         401 net/strparser/strparser.c static void do_strp_work(struct strparser *strp)
strparser         423 net/strparser/strparser.c 	do_strp_work(container_of(w, struct strparser, work));
strparser         428 net/strparser/strparser.c 	struct strparser *strp = container_of(w, struct strparser,
strparser         438 net/strparser/strparser.c static void strp_sock_lock(struct strparser *strp)
strparser         443 net/strparser/strparser.c static void strp_sock_unlock(struct strparser *strp)
strparser         448 net/strparser/strparser.c int strp_init(struct strparser *strp, struct sock *sk,
strparser         490 net/strparser/strparser.c void __strp_unpause(struct strparser *strp)
strparser         502 net/strparser/strparser.c void strp_unpause(struct strparser *strp)
strparser         516 net/strparser/strparser.c void strp_done(struct strparser *strp)
strparser         530 net/strparser/strparser.c void strp_stop(struct strparser *strp)
strparser         536 net/strparser/strparser.c void strp_check_rcv(struct strparser *strp)
strparser        2019 net/tls/tls_sw.c static int tls_read_size(struct strparser *strp, struct sk_buff *skb)
strparser        2081 net/tls/tls_sw.c static void tls_queue(struct strparser *strp, struct sk_buff *skb)