Lines Matching refs:transport

5 The RxRPC protocol driver provides a reliable two-phase transport on top of UDP
38 reliable virtual connections using UDP over IPv4 (or IPv6) as the transport
63 (3) Retention of the reusable bits of the transport system set up for one call
80 (2) provided with a protocol of the type of underlying transport they're going
95 currently), and uses this to provide network transport. UDP ports, for
96 example, provide transport endpoints.
98 (*) RxRPC supports multiple virtual "connections" from any given transport
106 (*) Client-originating packets are marked, thus a transport endpoint can be
111 local transport endpoint and one service on one remote endpoint. An RxRPC
171 (*) The AF_RXRPC protocol transparently uses internal sockets of the transport
172 protocol to represent transport endpoints.
228 transport endpoint is used to send the packets.
492 Where the third parameter indicates the protocol family of the transport
500 .transport_type = SOCK_DGRAM, /* type of transport socket */
501 .transport.sin_family = AF_INET,
502 .transport.sin_port = htons(7000), /* AFS callback */
503 .transport.sin_address = 0, /* all local interfaces */
530 .transport_type = SOCK_DGRAM, /* type of transport socket */
531 .transport.sin_family = AF_INET,
532 .transport.sin_port = htons(7005), /* AFS volume manager */
533 .transport.sin_address = ...,
573 Where the third parameter indicates the address type of the transport
596 .transport_type = SOCK_DGRAM, /* type of transport socket */
597 .transport.sin_family = AF_INET,
598 .transport.sin_port = htons(7000), /* AFS callback */
599 .transport.sin_address = 0, /* all local interfaces */
926 The amount of time in seconds after a transport was last used before we
927 remove it from the transport list. Whilst a transport is in existence, it