Searched refs:strparser (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | strparser.h | 40 struct strparser; 50 void (*lock)(struct strparser *strp); 51 void (*unlock)(struct strparser *strp); 91 struct strparser { struct 110 static inline void strp_pause(struct strparser *strp) in strp_pause() argument 116 void strp_unpause(struct strparser *strp); 118 void __strp_unpause(struct strparser *strp); 162 void strp_done(struct strparser *strp); 163 void strp_stop(struct strparser *strp); 164 void strp_check_rcv(struct strparser *strp); [all …]
|
| H A D | espintcp.h | 22 struct strparser strp;
|
| H A D | kcm.h | 92 struct strparser strp;
|
| H A D | tcp.h | 2675 struct strparser; 2676 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
|
| /linux-6.15/net/strparser/ |
| H A D | strparser.c | 93 struct strparser *strp = (struct strparser *)desc->arg.data; in __strp_recv() 333 struct strparser *strp = (struct strparser *)desc->arg.data; in strp_recv() 345 static int strp_read_sock(struct strparser *strp) in strp_read_sock() 372 void strp_data_ready(struct strparser *strp) in strp_data_ready() 399 static void do_strp_work(struct strparser *strp) in do_strp_work() 426 struct strparser *strp = container_of(w, struct strparser, in strp_msg_timeout() 489 void __strp_unpause(struct strparser *strp) in __strp_unpause() 501 void strp_unpause(struct strparser *strp) in strp_unpause() 515 void strp_done(struct strparser *strp) in strp_done() 529 void strp_stop(struct strparser *strp) in strp_stop() [all …]
|
| H A D | Makefile | 2 obj-$(CONFIG_STREAM_PARSER) += strparser.o
|
| /linux-6.15/Documentation/networking/ |
| H A D | strparser.rst | 4 Stream Parser (strparser) 43 strp_init(struct strparser *strp, struct sock *sk, 54 void strp_pause(struct strparser *strp) 61 void strp_unpause(struct strparser *strp) 67 void strp_stop(struct strparser *strp); 76 void strp_done(struct strparser *strp); 96 void strp_data_ready(struct strparser *strp); 106 void strp_check_rcv(struct strparser *strp); 152 void (*lock)(struct strparser *strp) 162 void (*unlock)(struct strparser *strp) [all …]
|
| H A D | index.rst | 117 strparser
|
| H A D | tls-offload.rst | 58 and the ``strparser`` mechanism is used to delineate the records. Upon read
|
| /linux-6.15/net/ |
| H A D | Makefile | 38 obj-$(CONFIG_STREAM_PARSER) += strparser/
|
| H A D | Kconfig | 417 source "net/strparser/Kconfig"
|
| /linux-6.15/net/xfrm/ |
| H A D | espintcp.c | 54 static void espintcp_rcv(struct strparser *strp, struct sk_buff *skb) in espintcp_rcv() 114 static int espintcp_parse(struct strparser *strp, struct sk_buff *skb) in espintcp_parse()
|
| /linux-6.15/net/core/ |
| H A D | skmsg.c | 1064 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read() 1093 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done() 1098 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
|
| /linux-6.15/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()
|
| /linux-6.15/include/linux/ |
| H A D | skmsg.h | 93 struct strparser strp;
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_bpf.c | 650 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc, in tcp_bpf_strp_read_sock()
|