#include <linux/completion.h>
#include <linux/file.h>
#include <linux/mutex.h>
#include <linux/poll.h>
#include <linux/sched.h>
#include <linux/idr.h>
#include <linux/in.h>
#include <linux/in6.h>
#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/module.h>
#include <rdma/rdma_user_cm.h>
#include <rdma/ib_marshall.h>
#include <rdma/rdma_cm.h>
#include <rdma/rdma_cm_ib.h>
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Sean Hefty" |
| ) |
|
MODULE_DESCRIPTION |
( |
"RDMA Userspace Connection Manager Access" |
| ) |
|
module_exit |
( |
ucma_cleanup |
| ) |
|
module_init |
( |
ucma_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|