Lines Matching full:message
25 outside source. Message are parsed and delivered as the sequence is
36 that is called when a full message has been completed.
56 Temporarily pause a stream parser. Message parsing is suspended
92 parser will parse. timeo is timeout for completing a message.
102 buffer and message timeout is the receive timeout for the socket.
121 parse_msg is called to determine the length of the next message
124 next application layer message in the stream.
128 where the message starts in the skb.
133 >0 indicates length of successfully parsed message
134 0 indicates more data must be received to parse the message
135 -ESTRPIPE current message should not be processed by the
147 the current message, then the error set on the attached socket is
173 rcv_msg is called when a full message has been received and
181 where the message starts in the skb, and full_len is the
182 the length of the message. skb->len - offset may be greater
214 Message assembly limits
218 message assembly.
220 A timer is set when assembly starts for a new message. In receive
221 callback mode the message timeout is taken from rcvtime for the
227 In receive callback mode, message length is limited to the receive
234 In general mode the message length limit is passed in as an argument