Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/in.h>
#include "rds.h"
#include "loop.h"
Go to the source code of this file.
Functions | |
int | rds_trans_register (struct rds_transport *trans) |
EXPORT_SYMBOL_GPL (rds_trans_register) | |
void | rds_trans_unregister (struct rds_transport *trans) |
EXPORT_SYMBOL_GPL (rds_trans_unregister) | |
void | rds_trans_put (struct rds_transport *trans) |
struct rds_transport * | rds_trans_get_preferred (__be32 addr) |
unsigned int | rds_trans_stats_info_copy (struct rds_info_iterator *iter, unsigned int avail) |
EXPORT_SYMBOL_GPL | ( | rds_trans_register | ) |
EXPORT_SYMBOL_GPL | ( | rds_trans_unregister | ) |
|
read |
Definition at line 80 of file transport.c.
void rds_trans_put | ( | struct rds_transport * | trans | ) |
Definition at line 74 of file transport.c.
int rds_trans_register | ( | struct rds_transport * | trans | ) |
Definition at line 43 of file transport.c.
unsigned int rds_trans_stats_info_copy | ( | struct rds_info_iterator * | iter, |
unsigned int | avail | ||
) |
Definition at line 110 of file transport.c.
void rds_trans_unregister | ( | struct rds_transport * | trans | ) |
Definition at line 63 of file transport.c.