Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ar-transport.c File Reference
#include <linux/module.h>
#include <linux/net.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
#include "ar-internal.h"

Go to the source code of this file.

Functions

struct rxrpc_transportrxrpc_get_transport (struct rxrpc_local *local, struct rxrpc_peer *peer, gfp_t gfp)
 
struct rxrpc_transportrxrpc_find_transport (struct rxrpc_local *local, struct rxrpc_peer *peer)
 
void rxrpc_put_transport (struct rxrpc_transport *trans)
 
void __exit rxrpc_destroy_all_transports (void)
 

Function Documentation

void __exit rxrpc_destroy_all_transports ( void  )

Definition at line 270 of file ar-transport.c.

struct rxrpc_transport* rxrpc_find_transport ( struct rxrpc_local local,
struct rxrpc_peer peer 
)
read

Definition at line 149 of file ar-transport.c.

struct rxrpc_transport* rxrpc_get_transport ( struct rxrpc_local local,
struct rxrpc_peer peer,
gfp_t  gfp 
)
read

Definition at line 74 of file ar-transport.c.

void rxrpc_put_transport ( struct rxrpc_transport trans)

Definition at line 182 of file ar-transport.c.