Skip to content
Commit 19ffa01c authored by David Howells's avatar David Howells
Browse files

rxrpc: Use structs to hold connection params and protocol info



Define and use a structure to hold connection parameters.  This makes it
easier to pass multiple connection parameters around.

Define and use a structure to hold protocol information used to hash a
connection for lookup on incoming packet.  Most of these fields will be
disposed of eventually, including the duplicate local pointer.

Whilst we're at it rename "proto" to "family" when referring to a protocol
family.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 2f9f9f52
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment