rxrpc: Kill off the rxrpc_transport struct
The rxrpc_transport struct is now redundant, given that the rxrpc_peer
struct is now per peer port rather than per peer host, so get rid of it.
Service connection lists are transferred to the rxrpc_peer struct, as is
the conn_lock. Previous patches moved the client connection handling out
of the rxrpc_transport struct and discarded the connection bundling code.
Signed-off-by:
David Howells <dhowells@redhat.com>
Showing
- net/rxrpc/Makefile 0 additions, 1 deletionnet/rxrpc/Makefile
- net/rxrpc/af_rxrpc.c 1 addition, 45 deletionsnet/rxrpc/af_rxrpc.c
- net/rxrpc/ar-internal.h 10 additions, 47 deletionsnet/rxrpc/ar-internal.h
- net/rxrpc/call_accept.c 1 addition, 10 deletionsnet/rxrpc/call_accept.c
- net/rxrpc/call_object.c 6 additions, 10 deletionsnet/rxrpc/call_object.c
- net/rxrpc/conn_object.c 43 additions, 35 deletionsnet/rxrpc/conn_object.c
- net/rxrpc/input.c 1 addition, 7 deletionsnet/rxrpc/input.c
- net/rxrpc/output.c 1 addition, 23 deletionsnet/rxrpc/output.c
- net/rxrpc/peer_object.c 2 additions, 0 deletionsnet/rxrpc/peer_object.c
- net/rxrpc/sysctl.c 0 additions, 8 deletionsnet/rxrpc/sysctl.c
- net/rxrpc/transport.c 0 additions, 265 deletionsnet/rxrpc/transport.c
Loading
Please register or sign in to comment