Linux Kernel
3.7.1
|
#include <sch_generic.h>
Data Fields | |
struct tcf_proto_ops * | next |
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 module * | owner |
Definition at line 179 of file sch_generic.h.
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.
Definition at line 187 of file sch_generic.h.
Definition at line 199 of file sch_generic.h.
Definition at line 186 of file sch_generic.h.
Definition at line 181 of file sch_generic.h.
struct tcf_proto_ops* next |
Definition at line 180 of file sch_generic.h.
Definition at line 202 of file sch_generic.h.
Definition at line 196 of file sch_generic.h.