#include <linux/kernel.h>
#include <linux/in.h>
#include <linux/if.h>
#include <linux/netdevice.h>
#include <linux/inetdevice.h>
#include <linux/if_arp.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "rds.h"
#include "iw.h"
Go to the source code of this file.
Definition at line 254 of file iw.c.
Definition at line 291 of file iw.c.
Definition at line 47 of file iw.c.
Definition at line 46 of file iw.c.
Initial value:= {
.name = "rds_iw",
.add = rds_iw_add_one,
.remove = rds_iw_remove_one
}
Definition at line 161 of file iw.c.
Definition at line 54 of file iw.c.
Initial value:= {
.laddr_check = rds_iw_laddr_check,
.t_name = "iwarp",
.t_prefer_loopback = 1,
}
Definition at line 264 of file iw.c.