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

#include <nes_cm.h>

Data Fields

int(* accelerated )(struct nes_cm_core *, struct nes_cm_node *)
 
struct nes_cm_listener *(* listen )(struct nes_cm_core *, struct nes_vnic *, struct nes_cm_info *)
 
int(* stop_listener )(struct nes_cm_core *, struct nes_cm_listener *)
 
struct nes_cm_node *(* connect )(struct nes_cm_core *, struct nes_vnic *, u16, void *, struct nes_cm_info *)
 
int(* close )(struct nes_cm_core *, struct nes_cm_node *)
 
int(* accept )(struct nes_cm_core *, struct nes_cm_node *)
 
int(* reject )(struct nes_cm_core *, struct nes_cm_node *)
 
int(* recv_pkt )(struct nes_cm_core *, struct nes_vnic *, struct sk_buff *)
 
int(* destroy_cm_core )(struct nes_cm_core *)
 
int(* get )(struct nes_cm_core *)
 
int(* set )(struct nes_cm_core *, u32, u32)
 

Detailed Description

Definition at line 434 of file nes_cm.h.

Field Documentation

int(* accelerated)(struct nes_cm_core *, struct nes_cm_node *)

Definition at line 435 of file nes_cm.h.

Definition at line 443 of file nes_cm.h.

Definition at line 442 of file nes_cm.h.

Definition at line 439 of file nes_cm.h.

int(* destroy_cm_core)(struct nes_cm_core *)

Definition at line 447 of file nes_cm.h.

int(* get)(struct nes_cm_core *)

Definition at line 448 of file nes_cm.h.

Definition at line 436 of file nes_cm.h.

Definition at line 445 of file nes_cm.h.

Definition at line 444 of file nes_cm.h.

int(* set)(struct nes_cm_core *, u32, u32)

Definition at line 449 of file nes_cm.h.

int(* stop_listener)(struct nes_cm_core *, struct nes_cm_listener *)

Definition at line 438 of file nes_cm.h.


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