#include <linux/module.h>
#include <linux/slab.h>
#include <linux/net.h>
#include <linux/skbuff.h>
#include <linux/crypto.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include "ar-internal.h"
Go to the source code of this file.
|
| LIST_HEAD (rxrpc_connections) |
|
| DEFINE_RWLOCK (rxrpc_connection_lock) |
|
struct rxrpc_conn_bundle * | rxrpc_get_bundle (struct rxrpc_sock *rx, struct rxrpc_transport *trans, struct key *key, __be16 service_id, gfp_t gfp) |
|
void | rxrpc_put_bundle (struct rxrpc_transport *trans, struct rxrpc_conn_bundle *bundle) |
|
int | rxrpc_connect_call (struct rxrpc_sock *rx, struct rxrpc_transport *trans, struct rxrpc_conn_bundle *bundle, struct rxrpc_call *call, gfp_t gfp) |
|
struct rxrpc_connection * | rxrpc_incoming_connection (struct rxrpc_transport *trans, struct rxrpc_header *hdr, gfp_t gfp) |
|
struct rxrpc_connection * | rxrpc_find_connection (struct rxrpc_transport *trans, struct rxrpc_header *hdr) |
|
void | rxrpc_put_connection (struct rxrpc_connection *conn) |
|
void __exit | rxrpc_destroy_all_connections (void) |
|