Lines Matching defs:tcf_proto_ops
331 struct tcf_proto_ops { struct
332 struct list_head head;
333 char kind[IFNAMSIZ];
335 int (*classify)(struct sk_buff *,
338 int (*init)(struct tcf_proto*);
339 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
342 void* (*get)(struct tcf_proto*, u32 handle);
343 void (*put)(struct tcf_proto *tp, void *f);
344 int (*change)(struct net *net, struct sk_buff *,
349 int (*delete)(struct tcf_proto *tp, void *arg,
352 bool (*delete_empty)(struct tcf_proto *tp);
353 void (*walk)(struct tcf_proto *tp,
355 int (*reoffload)(struct tcf_proto *tp, bool add,
358 void (*hw_add)(struct tcf_proto *tp,
360 void (*hw_del)(struct tcf_proto *tp,
362 void (*bind_class)(void *, u32, unsigned long,
386 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument