/kernel/linux/linux-5.10/include/net/ |
H A D | strparser.h | 40 struct strparser; 44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb); 45 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb); 46 int (*read_sock_done)(struct strparser *strp, int err); 47 void (*abort_parser)(struct strparser *strp, int err); 48 void (*lock)(struct strparser *strp); 49 void (*unlock)(struct strparser *strp); 78 struct strparser { struct 97 static inline void strp_pause(struct strparser *strp) in strp_pause() 103 void strp_unpause(struct strparser *str [all...] |
H A D | espintcp.h | 5 #include <net/strparser.h> 22 struct strparser strp;
|
H A D | kcm.h | 13 #include <net/strparser.h> 91 struct strparser strp;
|
H A D | tls.h | 49 #include <net/strparser.h> 151 struct strparser strp;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | strparser.h | 40 struct strparser; 44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb); 45 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb); 46 int (*read_sock_done)(struct strparser *strp, int err); 47 void (*abort_parser)(struct strparser *strp, int err); 48 void (*lock)(struct strparser *strp); 49 void (*unlock)(struct strparser *strp); 89 struct strparser { struct 108 static inline void strp_pause(struct strparser *strp) in strp_pause() 114 void strp_unpause(struct strparser *str [all...] |
H A D | espintcp.h | 5 #include <net/strparser.h> 22 struct strparser strp;
|
H A D | kcm.h | 13 #include <net/strparser.h> 91 struct strparser strp;
|
H A D | tls.h | 48 #include <net/strparser.h>
|
/kernel/linux/linux-5.10/net/strparser/ |
H A D | strparser.c | 24 #include <net/strparser.h> 37 static void strp_abort_strp(struct strparser *strp, int err) in strp_abort_strp() 57 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer() 64 static void strp_parser_err(struct strparser *strp, int err, in strp_parser_err() 73 static inline int strp_peek_len(struct strparser *strp) in strp_peek_len() 82 * Return int max to avoid stopping the strparser. in strp_peek_len() 93 struct strparser *strp = (struct strparser *)desc->arg.data; in __strp_recv() 317 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process() 333 struct strparser *str in strp_recv() [all...] |
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 24 #include <net/strparser.h> 37 static void strp_abort_strp(struct strparser *strp, int err) in strp_abort_strp() 57 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer() 64 static void strp_parser_err(struct strparser *strp, int err, in strp_parser_err() 73 static inline int strp_peek_len(struct strparser *strp) in strp_peek_len() 82 * Return int max to avoid stopping the strparser. in strp_peek_len() 93 struct strparser *strp = (struct strparser *)desc->arg.data; in __strp_recv() 317 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process() 333 struct strparser *str in strp_recv() [all...] |
/kernel/linux/linux-6.6/net/ |
H A D | Makefile | 39 obj-$(CONFIG_STREAM_PARSER) += strparser/
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | espintcp.c | 3 #include <net/strparser.h> 52 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv() 112 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | espintcp.c | 3 #include <net/strparser.h> 53 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv() 113 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skmsg.h | 14 #include <net/strparser.h> 74 struct strparser strp;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skmsg.h | 14 #include <net/strparser.h> 89 struct strparser strp;
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skmsg.c | 771 static struct sk_psock *sk_psock_from_strp(struct strparser *strp) in sk_psock_from_strp() 882 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read() 909 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done() 914 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skmsg.c | 1055 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read() 1084 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done() 1089 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
|
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 361 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser() 382 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser() 392 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 365 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser() 386 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser() 396 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_strp.c | 6 #include <net/strparser.h>
|
H A D | tls_sw.c | 45 #include <net/strparser.h> 2065 /* periodically flush backlog, and feed strparser */ in tls_sw_recvmsg()
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_sw.c | 44 #include <net/strparser.h> 252 * because it is a clone from strparser. in tls_do_decryption() 2056 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size() 2118 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue() 2502 /* Set up strparser */ in tls_set_sw_offload()
|