Lines Matching defs:tcf_proto_ops
335 struct tcf_proto_ops { struct
336 struct list_head head;
337 char kind[IFNAMSIZ];
339 int (*classify)(struct sk_buff *,
342 int (*init)(struct tcf_proto*);
343 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
346 void* (*get)(struct tcf_proto*, u32 handle);
347 void (*put)(struct tcf_proto *tp, void *f);
348 int (*change)(struct net *net, struct sk_buff *,
353 int (*delete)(struct tcf_proto *tp, void *arg,
356 bool (*delete_empty)(struct tcf_proto *tp);
357 void (*walk)(struct tcf_proto *tp,
359 int (*reoffload)(struct tcf_proto *tp, bool add,
362 void (*hw_add)(struct tcf_proto *tp,
364 void (*hw_del)(struct tcf_proto *tp,
366 void (*bind_class)(void *, u32, unsigned long,
368 void * (*tmplt_create)(struct net *net,
372 void (*tmplt_destroy)(void *tmplt_priv);
396 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument