Lines Matching defs:tcf_proto_ops
326 struct tcf_proto_ops { struct
327 struct list_head head;
328 char kind[IFNAMSIZ];
330 int (*classify)(struct sk_buff *,
333 int (*init)(struct tcf_proto*);
334 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
337 void* (*get)(struct tcf_proto*, u32 handle);
338 void (*put)(struct tcf_proto *tp, void *f);
339 int (*change)(struct net *net, struct sk_buff *,
344 int (*delete)(struct tcf_proto *tp, void *arg,
347 bool (*delete_empty)(struct tcf_proto *tp);
348 void (*walk)(struct tcf_proto *tp,
350 int (*reoffload)(struct tcf_proto *tp, bool add,
353 void (*hw_add)(struct tcf_proto *tp,
355 void (*hw_del)(struct tcf_proto *tp,
357 void (*bind_class)(void *, u32, unsigned long,
381 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument