linux_dsm_epyc7002/net/rxrpc
David Howells 4812417894 rxrpc: Split the call params from the operation params
When rxrpc_sendmsg() parses the control message buffer, it places the
parameters extracted into a structure, but lumps together call parameters
(such as user call ID) with operation parameters (such as whether to send
data, send an abort or accept a call).

Split the call parameters out into their own structure, a copy of which is
then embedded in the operation parameters struct.

The call parameters struct is then passed down into the places that need it
instead of passing the individual parameters.  This allows for extra call
parameters to be added.

Signed-off-by: David Howells <dhowells@redhat.com>
2017-11-24 10:18:41 +00:00
..
af_rxrpc.c rxrpc: Split the call params from the operation params 2017-11-24 10:18:41 +00:00
ar-internal.h rxrpc: Split the call params from the operation params 2017-11-24 10:18:41 +00:00
call_accept.c rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls 2017-11-24 10:18:40 +00:00
call_event.c rxrpc: Fix call expiry handling 2017-11-02 15:20:43 +00:00
call_object.c rxrpc: Split the call params from the operation params 2017-11-24 10:18:41 +00:00
conn_client.c rxrpc: Delay terminal ACK transmission on a client call 2017-11-24 10:18:41 +00:00
conn_event.c rxrpc: Delay terminal ACK transmission on a client call 2017-11-24 10:18:41 +00:00
conn_object.c rxrpc: Delay terminal ACK transmission on a client call 2017-11-24 10:18:41 +00:00
conn_service.c rxrpc: Make service connection lookup always check for retry 2017-09-05 14:39:17 -07:00
input.c rxrpc: Fix call expiry handling 2017-11-02 15:20:43 +00:00
insecure.c
Kconfig
key.c
local_event.c
local_object.c
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
misc.c
net_ns.c
output.c rxrpc: Fix call expiry handling 2017-11-02 15:20:43 +00:00
peer_event.c
peer_object.c rxrpc: Provide functions for allowing cleaner handling of signals 2017-10-18 11:42:48 +01:00
proc.c
protocol.h
recvmsg.c rxrpc: Delay terminal ACK transmission on a client call 2017-11-24 10:18:41 +00:00
rxkad.c
security.c
sendmsg.c rxrpc: Split the call params from the operation params 2017-11-24 10:18:41 +00:00
skbuff.c
sysctl.c
utils.c