|
Linux Kernel
3.7.1
|
#include <sch_generic.h>
Data Fields | |
| struct tcf_proto * | next |
| void * | root |
| int(* | classify )(struct sk_buff *, const struct tcf_proto *, struct tcf_result *) |
| __be16 | protocol |
| u32 | prio |
| u32 | classid |
| struct Qdisc * | q |
| void * | data |
| struct tcf_proto_ops * | ops |
Definition at line 205 of file sch_generic.h.
| u32 classid |
Definition at line 216 of file sch_generic.h.
Definition at line 209 of file sch_generic.h.
Definition at line 218 of file sch_generic.h.
Definition at line 207 of file sch_generic.h.
| struct tcf_proto_ops* ops |
Definition at line 219 of file sch_generic.h.
| u32 prio |
Definition at line 215 of file sch_generic.h.
Definition at line 212 of file sch_generic.h.
Definition at line 217 of file sch_generic.h.
| void* root |
Definition at line 208 of file sch_generic.h.
1.8.2