Home
last modified time | relevance | path

Searched refs:strparser (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/net/
H A Dstrparser.h40 struct strparser;
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
114 void strp_unpause(struct strparser *strp);
116 void __strp_unpause(struct strparser *strp);
160 void strp_done(struct strparser *strp);
161 void strp_stop(struct strparser *strp);
162 void strp_check_rcv(struct strparser *strp);
[all …]
H A Despintcp.h22 struct strparser strp;
H A Dkcm.h91 struct strparser strp;
/openbmc/linux/net/strparser/
H A Dstrparser.c93 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 …]
H A DMakefile2 obj-$(CONFIG_STREAM_PARSER) += strparser.o
/openbmc/linux/Documentation/networking/
H A Dstrparser.rst4 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 Dindex.rst105 strparser
H A Dtls-offload.rst58 and the ``strparser`` mechanism is used to delineate the records. Upon read
/openbmc/linux/net/
H A DMakefile39 obj-$(CONFIG_STREAM_PARSER) += strparser/
H A DKconfig400 source "net/strparser/Kconfig"
/openbmc/linux/net/xfrm/
H A Despintcp.c53 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()
/openbmc/linux/net/core/
H A Dskmsg.c1055 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()
/openbmc/linux/net/kcm/
H A Dkcmsock.c365 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()
/openbmc/linux/include/linux/
H A Dskmsg.h89 struct strparser strp;