rxrpc: Move some miscellaneous bits out into their own file
Move some miscellaneous bits out into their own file to make it easier to split the call handling. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8f7e6e75d3
commit
8e688d9c16
@@ -25,12 +25,6 @@
|
||||
#include <net/net_namespace.h>
|
||||
#include "ar-internal.h"
|
||||
|
||||
const char *rxrpc_pkts[] = {
|
||||
"?00",
|
||||
"DATA", "ACK", "BUSY", "ABORT", "ACKALL", "CHALL", "RESP", "DEBUG",
|
||||
"?09", "?10", "?11", "?12", "VERSION", "?14", "?15"
|
||||
};
|
||||
|
||||
/*
|
||||
* queue a packet for recvmsg to pass to userspace
|
||||
* - the caller must hold a lock on call->lock
|
||||
|
Reference in New Issue
Block a user