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

#include <sch_generic.h>

Data Fields

struct tcf_proto_opsnext
 
char kind [IFNAMSIZ]
 
int(* classify )(struct sk_buff *, const struct tcf_proto *, struct tcf_result *)
 
int(* init )(struct tcf_proto *)
 
void(* destroy )(struct tcf_proto *)
 
unsigned long(* get )(struct tcf_proto *, u32 handle)
 
void(* put )(struct tcf_proto *, unsigned long)
 
int(* change )(struct sk_buff *, struct tcf_proto *, unsigned long, u32 handle, struct nlattr **, unsigned long *)
 
int(* delete )(struct tcf_proto *, unsigned long)
 
void(* walk )(struct tcf_proto *, struct tcf_walker *arg)
 
int(* dump )(struct tcf_proto *, unsigned long, struct sk_buff *skb, struct tcmsg *)
 
struct moduleowner
 

Detailed Description

Definition at line 179 of file sch_generic.h.

Field Documentation

int(* change)(struct sk_buff *, struct tcf_proto *, unsigned long, u32 handle, struct nlattr **, unsigned long *)

Definition at line 191 of file sch_generic.h.

Definition at line 183 of file sch_generic.h.

int(* delete)(struct tcf_proto *, unsigned long)

Definition at line 195 of file sch_generic.h.

void(* destroy)(struct tcf_proto *)

Definition at line 187 of file sch_generic.h.

int(* dump)(struct tcf_proto *, unsigned long, struct sk_buff *skb, struct tcmsg *)

Definition at line 199 of file sch_generic.h.

unsigned long(* get)(struct tcf_proto *, u32 handle)

Definition at line 189 of file sch_generic.h.

int(* init)(struct tcf_proto *)

Definition at line 186 of file sch_generic.h.

char kind[IFNAMSIZ]

Definition at line 181 of file sch_generic.h.

Definition at line 180 of file sch_generic.h.

struct module* owner

Definition at line 202 of file sch_generic.h.

void(* put)(struct tcf_proto *, unsigned long)

Definition at line 190 of file sch_generic.h.

Definition at line 196 of file sch_generic.h.


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