Lines Matching defs:tcf_proto_ops
337 struct tcf_proto_ops { struct
338 struct list_head head;
339 char kind[IFNAMSIZ];
341 int (*classify)(struct sk_buff *,
344 int (*init)(struct tcf_proto*);
345 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
348 void* (*get)(struct tcf_proto*, u32 handle);
349 void (*put)(struct tcf_proto *tp, void *f);
350 int (*change)(struct net *net, struct sk_buff *,
355 int (*delete)(struct tcf_proto *tp, void *arg,
358 bool (*delete_empty)(struct tcf_proto *tp);
359 void (*walk)(struct tcf_proto *tp,
361 int (*reoffload)(struct tcf_proto *tp, bool add,
364 void (*hw_add)(struct tcf_proto *tp,
366 void (*hw_del)(struct tcf_proto *tp,
368 void (*bind_class)(void *, u32, unsigned long,
370 void * (*tmplt_create)(struct net *net,
374 void (*tmplt_destroy)(void *tmplt_priv);
398 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument