|
Linux Kernel
3.7.1
|
#include <concap.h>
Data Fields | |
| struct concap_proto *(* | proto_new )(void) |
| void(* | proto_del )(struct concap_proto *cprot) |
| int(* | restart )(struct concap_proto *cprot, struct net_device *ndev, struct concap_device_ops *dops) |
| int(* | close )(struct concap_proto *cprot) |
| int(* | encap_and_xmit )(struct concap_proto *cprot, struct sk_buff *skb) |
| int(* | data_ind )(struct concap_proto *cprot, struct sk_buff *skb) |
| int(* | connect_ind )(struct concap_proto *cprot) |
| int(* | disconn_ind )(struct concap_proto *cprot) |
| int(* close)(struct concap_proto *cprot) |
| int(* connect_ind)(struct concap_proto *cprot) |
| int(* disconn_ind)(struct concap_proto *cprot) |
| void(* proto_del)(struct concap_proto *cprot) |
|
read |
| int(* restart)(struct concap_proto *cprot, struct net_device *ndev, struct concap_device_ops *dops) |
1.8.2