Lines Matching +full:lock +full:- +full:offset
1 .. SPDX-License-Identifier: GPL-2.0
126 The skb->cb in the input skb is a struct strp_msg. Only
127 the offset field is relevant in parse_msg and gives the offset
135 -ESTRPIPE current message should not be processed by the
146 -ESTRPIPE and the stream parser had previously read some bytes for
152 void (*lock)(struct strparser *strp)
154 The lock callback is called to lock the strp structure when
164 The unlock callback is called to release the lock obtained
165 by the lock callback. In receive callback mode the default
179 The skb->cb in the input skb is a struct strp_msg. This
180 struct contains two fields: offset and full_len. Offset is
182 the length of the message. skb->len - offset may be greater
191 sock->ops->read_sock, if provided.
210 to non-NULL in strp_init.