Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
211 struct tcf_proto_ops { struct212 struct list_head head;213 char kind[IFNAMSIZ];215 int (*classify)(struct sk_buff *,218 int (*init)(struct tcf_proto*);219 bool (*destroy)(struct tcf_proto*, bool);221 unsigned long (*get)(struct tcf_proto*, u32 handle);222 int (*change)(struct net *net, struct sk_buff *,226 int (*delete)(struct tcf_proto*, unsigned long);250 const struct tcf_proto_ops *ops; argument