Linux Kernel
3.7.1
|
#include <t3cdev.h>
Data Fields | |
char | name [T3CNAMSIZ] |
enum t3ctype | type |
struct list_head | ofld_dev_list |
struct net_device * | lldev |
struct proc_dir_entry * | proc_dir |
int(* | send )(struct t3cdev *dev, struct sk_buff *skb) |
int(* | recv )(struct t3cdev *dev, struct sk_buff **skb, int n) |
int(* | ctl )(struct t3cdev *dev, unsigned int req, void *data) |
void(* | neigh_update )(struct t3cdev *dev, struct neighbour *neigh) |
void * | priv |
void * | l2opt |
void * | l3opt |
void * | l4opt |
void * | ulp |
void * | ulp_iscsi |
struct net_device* lldev |
struct proc_dir_entry* proc_dir |