Lines Matching full:socket
21 callback of a TCP socket. Messages are parsed and delivered as they are
22 received on the socket.
48 socket associated with the stream parser for use with receive
99 the lower socket for strparser to process. This should be called
100 from a data_ready callback that is set on the socket. Note that
101 maximum messages size is the limit of the receive socket
102 buffer and message timeout is the receive timeout for the socket.
108 strp_check_rcv is called to check for new messages on the socket.
136 kernel, return control of the socket to userspace which
140 is unrecoverable (application expected to close TCP socket)
145 the error on TCP socket and wake it up. If parse_msg returned
147 the current message, then the error set on the attached socket is
157 function is to lock_sock for the associated socket. In general
166 function is release_sock for the associated socket. In general
190 the TCP socket in receive callback mode. The stream parser may
201 sets the error in the socket if the parser is in receive callback
222 associated TCP socket. In general mode, the timeout is passed as an
225 socket if in receive callback mode.
228 buffer size of the associated TCP socket. If the length returned by
229 parse_msg is greater than the socket buffer size then the stream parser
230 is aborted with EMSGSIZE error set on the TCP socket. Note that this
231 makes the maximum size of receive skbuffs for a socket with a stream
232 parser to be 2*sk_rcvbuf of the TCP socket.