Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
42 struct tcf_proto_ops struct44 struct tcf_proto_ops *next; argument45 char kind[IFNAMSIZ];47 int (*classify)(struct sk_buff*, struct tcf_proto*, struct tcf_result *);48 int (*init)(struct tcf_proto*);49 void (*destroy)(struct tcf_proto*);51 unsigned long (*get)(struct tcf_proto*, u32 handle);52 void (*put)(struct tcf_proto*, unsigned long);53 int (*change)(struct tcf_proto*, unsigned long, u32 handle, struct rtattr **, unsigned long *);54 int (*delete)(struct tcf_proto*, unsigned long);[all …]