Lines Matching defs:tcf_proto_ops
334 struct tcf_proto_ops { struct
335 struct list_head head;
336 char kind[IFNAMSIZ];
338 int (*classify)(struct sk_buff *,
341 int (*init)(struct tcf_proto*);
342 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
345 void* (*get)(struct tcf_proto*, u32 handle);
346 void (*put)(struct tcf_proto *tp, void *f);
347 int (*change)(struct net *net, struct sk_buff *,
352 int (*delete)(struct tcf_proto *tp, void *arg,
355 bool (*delete_empty)(struct tcf_proto *tp);
356 void (*walk)(struct tcf_proto *tp,
358 int (*reoffload)(struct tcf_proto *tp, bool add,
361 void (*hw_add)(struct tcf_proto *tp,
363 void (*hw_del)(struct tcf_proto *tp,
365 void (*bind_class)(void *, u32, unsigned long,
367 void * (*tmplt_create)(struct net *net,
391 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument