Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
345 struct tcf_proto_ops { struct346 struct list_head head;347 char kind[IFNAMSIZ];349 int (*classify)(struct sk_buff *,352 int (*init)(struct tcf_proto*);353 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,356 void* (*get)(struct tcf_proto*, u32 handle);357 void (*put)(struct tcf_proto *tp, void *f);358 int (*change)(struct net *net, struct sk_buff *,363 int (*delete)(struct tcf_proto *tp, void *arg,[all …]