Lines Matching refs:connection
102 (*) Each connection goes to a particular "service". A connection may not go
112 connection is described by seven numbers:
122 (*) Each RxRPC operation is a "call". A connection may make up to four
124 connection at any one time.
137 (*) Security is negotiated on a per-connection basis. The connection is
141 set for the lifetime of that connection, and all subsequent calls made
143 connection lapse before the client, the security will be renegotiated if
144 the client uses the connection again.
174 (*) AF_RXRPC sockets map onto RxRPC connection bundles. Actual RxRPC
182 (*) Each connection is retained for a certain amount of time [tunable] after
187 time [tunable] after the last connection using it discarded, in case a new
188 connection is made that could use it.
190 (*) A client-side connection is only shared between calls if they have have
192 would otherwise share the connection). Non-secured calls would also be
195 (*) A server-side connection is shared if the client says it is.
200 (*) SO_KEEPALIVE automatically pings the other side to keep the connection
274 connection is being set up, the kernel looks up the appropriate secret key
277 the packet and either aborts the connection or sets up the security.
510 per-RxRPC virtual connection.
622 RXRPC_ACCEPT - indicate connection acceptance
709 call and connection numbers. The call will be made on the UDP port that
919 The amount of time in seconds after a connection was last used before we
920 remove it from the connection list. Whilst a connection is in existence,
928 serves to anchor the peer data and keeps the connection ID counter.