Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
357 struct tcf_proto_ops { struct358 struct list_head head;359 char kind[IFNAMSIZ];361 int (*classify)(struct sk_buff *,364 int (*init)(struct tcf_proto*);365 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,368 void* (*get)(struct tcf_proto*, u32 handle);369 void (*put)(struct tcf_proto *tp, void *f);370 int (*change)(struct net *net, struct sk_buff *,375 int (*delete)(struct tcf_proto *tp, void *arg,[all …]