strparser
struct strparser strp;
static void ovpn_tcp_rcv(struct strparser *strp, struct sk_buff *skb)
static int ovpn_tcp_parse(struct strparser *strp, struct sk_buff *skb)
struct strparser strp;
struct strparser strp;
struct strparser strp;
static inline void strp_pause(struct strparser *strp)
void strp_unpause(struct strparser *strp);
static inline void save_strp_stats(struct strparser *strp,
void strp_done(struct strparser *strp);
void strp_stop(struct strparser *strp);
void strp_check_rcv(struct strparser *strp);
int strp_init(struct strparser *strp, struct sock *sk,
void strp_data_ready(struct strparser *strp);
int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
struct strparser;
int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
int (*read_sock)(struct strparser *strp, read_descriptor_t *desc,
int (*read_sock_done)(struct strparser *strp, int err);
void (*abort_parser)(struct strparser *strp, int err);
void (*lock)(struct strparser *strp);
void (*unlock)(struct strparser *strp);
struct strparser;
int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb)
static int sk_psock_strp_read_done(struct strparser *strp, int err)
static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb)
int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb)
static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb)
static int kcm_read_sock_done(struct strparser *strp, int err)
struct strparser *strp = (struct strparser *)desc->arg.data;
int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
struct strparser *strp = (struct strparser *)desc->arg.data;
static int default_read_sock_done(struct strparser *strp, int err)
static int strp_read_sock(struct strparser *strp)
static void strp_abort_strp(struct strparser *strp, int err)
void strp_data_ready(struct strparser *strp)
static void do_strp_work(struct strparser *strp)
do_strp_work(container_of(w, struct strparser, work));
struct strparser *strp = container_of(w, struct strparser,
static void strp_sock_lock(struct strparser *strp)
static void strp_sock_unlock(struct strparser *strp)
int strp_init(struct strparser *strp, struct sock *sk,
void strp_unpause(struct strparser *strp)
void strp_done(struct strparser *strp)
void strp_stop(struct strparser *strp)
void strp_check_rcv(struct strparser *strp)
static void strp_start_timer(struct strparser *strp, long timeo)
static void strp_parser_err(struct strparser *strp, int err,
static inline int strp_peek_len(struct strparser *strp)
static int espintcp_parse(struct strparser *strp, struct sk_buff *skb)
static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb)