Lines Matching defs:tcf_proto_ops
345 struct tcf_proto_ops { struct
346 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,
366 bool (*delete_empty)(struct tcf_proto *tp);
367 void (*walk)(struct tcf_proto *tp,
369 int (*reoffload)(struct tcf_proto *tp, bool add,
372 void (*hw_add)(struct tcf_proto *tp,
374 void (*hw_del)(struct tcf_proto *tp,
376 void (*bind_class)(void *, u32, unsigned long,
378 void * (*tmplt_create)(struct net *net,
382 void (*tmplt_destroy)(void *tmplt_priv);
406 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument