Lines Matching full:transport
53 * 1) An arbitrary number of transport connections upon which rpc requests
60 * "service dispatch" function, a transport handle, and a boolean that
63 * port number from the transport handle are registered with the binder.
67 * on a transport. The request's program and version numbers must match
99 /* get transport status */
101 /* get transport acknowledge sequence */
117 * Server side transport handle. In the kernel, transports have a
140 struct sockaddr_storage xp_ltaddr; /* local transport address */
141 struct sockaddr_storage xp_rtaddr; /* remote transport address */
145 int xp_type; /* transport type */
173 * Server transport extensions (accessed via xp_p3).
222 SVCXPRT *rq_xprt; /* associated transport */
246 * list. When a transport becomes active, it is assigned a service
252 SVCXPRT *st_xprt; /* transport we are processing */
308 struct mtx_padalign sp_lock; /* protect the transport lists */
448 * Transport registration.
458 * Transport un-register
469 * Called when a transport has pending requests.
555 * These are the existing service side transport implementations
613 * struct socket *; -- server transport socket