Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
concap_proto_ops Struct Reference

#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)
 

Detailed Description

Definition at line 66 of file concap.h.

Field Documentation

int(* close)(struct concap_proto *cprot)

Definition at line 84 of file concap.h.

int(* connect_ind)(struct concap_proto *cprot)

Definition at line 95 of file concap.h.

int(* data_ind)(struct concap_proto *cprot, struct sk_buff *skb)

Definition at line 90 of file concap.h.

int(* disconn_ind)(struct concap_proto *cprot)

Definition at line 96 of file concap.h.

int(* encap_and_xmit)(struct concap_proto *cprot, struct sk_buff *skb)

Definition at line 87 of file concap.h.

void(* proto_del)(struct concap_proto *cprot)

Definition at line 73 of file concap.h.

struct concap_proto*(* proto_new)(void)
read

Definition at line 69 of file concap.h.

Definition at line 78 of file concap.h.


The documentation for this struct was generated from the following file: