Symbol: strparser
drivers/net/ovpn/peer.h
80
struct strparser strp;
drivers/net/ovpn/tcp.c
102
static void ovpn_tcp_rcv(struct strparser *strp, struct sk_buff *skb)
drivers/net/ovpn/tcp.c
36
static int ovpn_tcp_parse(struct strparser *strp, struct sk_buff *skb)
include/linux/skmsg.h
94
struct strparser strp;
include/net/espintcp.h
22
struct strparser strp;
include/net/kcm.h
91
struct strparser strp;
include/net/strparser.h
110
static inline void strp_pause(struct strparser *strp)
include/net/strparser.h
116
void strp_unpause(struct strparser *strp);
include/net/strparser.h
118
static inline void save_strp_stats(struct strparser *strp,
include/net/strparser.h
160
void strp_done(struct strparser *strp);
include/net/strparser.h
161
void strp_stop(struct strparser *strp);
include/net/strparser.h
162
void strp_check_rcv(struct strparser *strp);
include/net/strparser.h
163
int strp_init(struct strparser *strp, struct sock *sk,
include/net/strparser.h
165
void strp_data_ready(struct strparser *strp);
include/net/strparser.h
166
int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
include/net/strparser.h
40
struct strparser;
include/net/strparser.h
44
int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
include/net/strparser.h
45
void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
include/net/strparser.h
46
int (*read_sock)(struct strparser *strp, read_descriptor_t *desc,
include/net/strparser.h
48
int (*read_sock_done)(struct strparser *strp, int err);
include/net/strparser.h
49
void (*abort_parser)(struct strparser *strp, int err);
include/net/strparser.h
50
void (*lock)(struct strparser *strp);
include/net/strparser.h
51
void (*unlock)(struct strparser *strp);
include/net/tcp.h
2844
struct strparser;
include/net/tcp.h
2845
int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
net/core/skmsg.c
1075
static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb)
net/core/skmsg.c
1104
static int sk_psock_strp_read_done(struct strparser *strp, int err)
net/core/skmsg.c
1109
static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb)
net/ipv4/tcp_bpf.c
688
int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
net/kcm/kcmsock.c
367
static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb)
net/kcm/kcmsock.c
388
static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb)
net/kcm/kcmsock.c
398
static int kcm_read_sock_done(struct strparser *strp, int err)
net/strparser/strparser.c
101
struct strparser *strp = (struct strparser *)desc->arg.data;
net/strparser/strparser.c
325
int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
net/strparser/strparser.c
341
struct strparser *strp = (struct strparser *)desc->arg.data;
net/strparser/strparser.c
347
static int default_read_sock_done(struct strparser *strp, int err)
net/strparser/strparser.c
353
static int strp_read_sock(struct strparser *strp)
net/strparser/strparser.c
37
static void strp_abort_strp(struct strparser *strp, int err)
net/strparser/strparser.c
380
void strp_data_ready(struct strparser *strp)
net/strparser/strparser.c
407
static void do_strp_work(struct strparser *strp)
net/strparser/strparser.c
429
do_strp_work(container_of(w, struct strparser, work));
net/strparser/strparser.c
434
struct strparser *strp = container_of(w, struct strparser,
net/strparser/strparser.c
444
static void strp_sock_lock(struct strparser *strp)
net/strparser/strparser.c
449
static void strp_sock_unlock(struct strparser *strp)
net/strparser/strparser.c
454
int strp_init(struct strparser *strp, struct sock *sk,
net/strparser/strparser.c
496
void strp_unpause(struct strparser *strp)
net/strparser/strparser.c
510
void strp_done(struct strparser *strp)
net/strparser/strparser.c
524
void strp_stop(struct strparser *strp)
net/strparser/strparser.c
530
void strp_check_rcv(struct strparser *strp)
net/strparser/strparser.c
65
static void strp_start_timer(struct strparser *strp, long timeo)
net/strparser/strparser.c
72
static void strp_parser_err(struct strparser *strp, int err,
net/strparser/strparser.c
81
static inline int strp_peek_len(struct strparser *strp)
net/xfrm/espintcp.c
111
static int espintcp_parse(struct strparser *strp, struct sk_buff *skb)
net/xfrm/espintcp.c
51
static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb)