|
Linux Kernel
3.7.1
|
#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_transport * | rxrpc_get_transport (struct rxrpc_local *local, struct rxrpc_peer *peer, gfp_t gfp) |
| struct rxrpc_transport * | rxrpc_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) |
Definition at line 270 of file ar-transport.c.
|
read |
Definition at line 149 of file ar-transport.c.
|
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.
1.8.2