]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions
authorDavid Howells <dhowells@redhat.com>
Thu, 16 Jun 2016 12:31:07 +0000 (13:31 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jun 2016 08:10:01 +0000 (09:10 +0100)
commitf0c608806fcf895e1d8651c51af332263ac19edb
treed780e30691cbd7f761b662265849642ca19f112e
parent9f21274a8334b7eb9d2deeeacea92b8e0e1e793b
rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions

Pass a pointer to struct sk_buff rather than struct rxrpc_host_header to
functions so that they can in the future get at transport protocol parameters
rather than just RxRPC parameters.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_object.c
net/rxrpc/conn_object.c
net/rxrpc/input.c