Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
354 struct tcf_proto_ops { struct355 struct list_head head;356 char kind[IFNAMSIZ];358 int (*classify)(struct sk_buff *,361 int (*init)(struct tcf_proto*);362 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,365 void* (*get)(struct tcf_proto*, u32 handle);366 void (*put)(struct tcf_proto *tp, void *f);367 int (*change)(struct net *net, struct sk_buff *,372 int (*delete)(struct tcf_proto *tp, void *arg,[all …]