]> 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)
commit2d46953d221266cc5aeee98cbb5a2420a3a3d6b0
treed780e30691cbd7f761b662265849642ca19f112e
parent5dc238a1060c8400fa93b16f29db79aaca9f1bf2
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