Lines Matching refs:data
241 /* TLS sets EOR at the end of each application data
329 * data to read (stream based sockets only!)
363 * INET callback when data has been received on the socket.
417 * @data: address of xprt to wake
426 static void svc_tcp_handshake_done(void *data, int status, key_serial_t peerid)
428 struct svc_xprt *xprt = data;
610 set_bit(XPT_DATA, &svsk->sk_xprt.xpt_flags); /* there may be more data... */
631 rqstp->rq_arg.head[0].iov_base = skb->data;
810 /* data might have come in before data_ready set up */
844 * when it receives data before the socket is accepted.
1093 /* If we have more data, signal svc_xprt_enqueue() to try again */
1102 * svc_tcp_recvfrom - Receive data from a TCP socket