A D | t3cdev.h | 52 struct t3cdev { struct 58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); argument 59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); argument 60 int (*ctl)(struct t3cdev *dev, unsigned int req, void *data); argument 61 void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh); argument
|