Lines Matching full:stream
4 Stream Parser (strparser)
10 The stream parser (strparser) is a utility that parses messages of an
11 application layer protocol running over a data stream. The stream
14 Connection Multiplexor (KCM) uses the Stream Parser to parse messages
46 Called to initialize a stream parser. strp is a struct of type
48 socket associated with the stream parser for use with receive
50 are called by the stream parser (the callbacks are listed below).
56 Temporarily pause a stream parser. Message parsing is suspended
63 Unpause a paused stream parser.
69 strp_stop is called to completely stop stream parser operations.
70 This is called internally when the stream parser encounters an
78 strp_done is called to release any resources held by the stream
79 parser instance. This must be called after the stream processor
88 strp_process is called in general mode for a stream parser to
91 consume the sk_buff. max_msg_size is maximum size the stream
109 This is normally called at initialization of a stream parser
122 in the stream. The upper layer must implement this function. It
124 next application layer message in the stream.
139 assuming that synchronization is lost and the stream
146 -ESTRPIPE and the stream parser had previously read some bytes for
148 ENODATA since the stream is unrecoverable in that case.
196 read_sock_done is called when the stream parser is done reading
197 the TCP socket in receive callback mode. The stream parser may
206 This function is called when stream parser encounters an error
207 in parsing. The default function stops the stream parser and
215 Various counters are kept for each stream parser instance. These are in
217 accumulating statistics for multiple stream parser instances.
224 The stream parser provide mechanisms to limit the resources consumed by
231 the stream parser is aborted and the ETIMEDOUT error is set on the TCP
236 parse_msg is greater than the socket buffer size then the stream parser
238 makes the maximum size of receive skbuffs for a socket with a stream