• Home
  • Raw
  • Download

Lines Matching +full:stop +full:- +full:mode

1 .. SPDX-License-Identifier: GPL-2.0
18 mode.
20 In receive callback mode, the strparser is called from the data_ready
24 In general mode, a sequence of skbs are fed to strparser from an
33 functions, and a data_ready function for receive callback mode. The
49 callback mode; in general mode this is set to NULL. Callbacks
69 strp_stop is called to completely stop stream parser operations.
71 error, and it is called from the upper layer to stop parsing
88 strp_process is called in general mode for a stream parser to
126 The skb->cb in the input skb is a struct strp_msg. Only
135 -ESTRPIPE current message should not be processed by the
144 zero) and the parser is in receive callback mode, then it will set
146 -ESTRPIPE and the stream parser had previously read some bytes for
156 processing a timeout). In receive callback mode the default
158 mode the callback must be set appropriately.
165 by the lock callback. In receive callback mode the default
167 mode the callback must be set appropriately.
179 The skb->cb in the input skb is a struct strp_msg. This
182 the length of the message. skb->len - offset may be greater
191 sock->ops->read_sock, if provided.
197 the TCP socket in receive callback mode. The stream parser may
209 mode. The default function can be changed by setting the callback
210 to non-NULL in strp_init.
228 callback mode the message timeout is taken from rcvtime for the
229 associated TCP socket. In general mode, the timeout is passed as an
232 socket if in receive callback mode.
234 In receive callback mode, message length is limited to the receive
241 In general mode the message length limit is passed in as an argument