Lines Matching defs:tcf_proto_ops
290 struct tcf_proto_ops { struct
291 struct list_head head;
292 char kind[IFNAMSIZ];
294 int (*classify)(struct sk_buff *,
297 int (*init)(struct tcf_proto*);
298 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
301 void* (*get)(struct tcf_proto*, u32 handle);
302 void (*put)(struct tcf_proto *tp, void *f);
303 int (*change)(struct net *net, struct sk_buff *,
308 int (*delete)(struct tcf_proto *tp, void *arg,
311 void (*walk)(struct tcf_proto *tp,
313 int (*reoffload)(struct tcf_proto *tp, bool add,
339 enum tcf_proto_ops_flags { argument
357 const struct tcf_proto_ops *ops; argument