Searched refs:strparser (Results 1 – 18 of 18) sorted by relevance
/linux/include/net/ |
A D | strparser.h | 40 struct strparser; 48 void (*lock)(struct strparser *strp); 49 void (*unlock)(struct strparser *strp); 82 struct strparser { struct 101 static inline void strp_pause(struct strparser *strp) in strp_pause() argument 107 void strp_unpause(struct strparser *strp); 109 void __strp_unpause(struct strparser *strp); 153 void strp_done(struct strparser *strp); 154 void strp_stop(struct strparser *strp); 155 void strp_check_rcv(struct strparser *strp); [all …]
|
A D | espintcp.h | 22 struct strparser strp;
|
A D | kcm.h | 91 struct strparser strp;
|
A D | tls.h | 150 struct strparser strp;
|
/linux/net/strparser/ |
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() 366 void strp_data_ready(struct strparser *strp) in strp_data_ready() 393 static void do_strp_work(struct strparser *strp) in do_strp_work() 420 struct strparser *strp = container_of(w, struct strparser, in strp_msg_timeout() 482 void __strp_unpause(struct strparser *strp) in __strp_unpause() 494 void strp_unpause(struct strparser *strp) in strp_unpause() 508 void strp_done(struct strparser *strp) in strp_done() 522 void strp_stop(struct strparser *strp) in strp_stop() [all …]
|
A D | Makefile | 2 obj-$(CONFIG_STREAM_PARSER) += strparser.o
|
/linux/Documentation/networking/ |
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 …]
|
A D | index.rst | 100 strparser
|
A D | tls-offload.rst | 58 and the ``strparser`` mechanism is used to delineate the records. Upon read
|
/linux/net/ |
A D | Makefile | 38 obj-$(CONFIG_STREAM_PARSER) += strparser/
|
A D | Kconfig | 365 source "net/strparser/Kconfig"
|
/linux/net/xfrm/ |
A D | espintcp.c | 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()
|
/linux/net/core/ |
A D | skmsg.c | 1033 static void sk_psock_strp_read(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_read() 1063 static int sk_psock_strp_read_done(struct strparser *strp, int err) in sk_psock_strp_read_done() 1068 static int sk_psock_strp_parse(struct strparser *strp, struct sk_buff *skb) in sk_psock_strp_parse()
|
A D | .filter.o.cmd | 1493 include/net/strparser.h \
|
/linux/net/kcm/ |
A D | kcmsock.c | 356 static void kcm_rcv_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_rcv_strparser() 377 static int kcm_parse_func_strparser(struct strparser *strp, struct sk_buff *skb) in kcm_parse_func_strparser() 387 static int kcm_read_sock_done(struct strparser *strp, int err) in kcm_read_sock_done()
|
/linux/include/linux/ |
A D | skmsg.h | 89 struct strparser strp;
|
/linux/net/tls/ |
A D | tls_sw.c | 2081 static int tls_read_size(struct strparser *strp, struct sk_buff *skb) in tls_read_size() 2144 static void tls_queue(struct strparser *strp, struct sk_buff *skb) in tls_queue()
|
/linux/include/config/ |
A D | auto.conf.cmd | 1261 net/strparser/Kconfig \
|
Completed in 37 milliseconds