|
Linux Kernel
3.7.1
|
#include <hdlc.h>
Data Fields | |
| int(* | open )(struct net_device *dev) |
| void(* | close )(struct net_device *dev) |
| void(* | start )(struct net_device *dev) |
| void(* | stop )(struct net_device *dev) |
| void(* | detach )(struct net_device *dev) |
| int(* | ioctl )(struct net_device *dev, struct ifreq *ifr) |
| __be16(* | type_trans )(struct sk_buff *skb, struct net_device *dev) |
| int(* | netif_rx )(struct sk_buff *skb) |
| netdev_tx_t(* | xmit )(struct sk_buff *skb, struct net_device *dev) |
| struct module * | module |
| struct hdlc_proto * | next |
| struct hdlc_proto* next |
| netdev_tx_t(* xmit)(struct sk_buff *skb, struct net_device *dev) |
1.8.2