Lines Matching defs:tcf_proto_ops
340 struct tcf_proto_ops { struct
341 struct list_head head;
342 char kind[IFNAMSIZ];
344 int (*classify)(struct sk_buff *,
347 int (*init)(struct tcf_proto*);
348 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
351 void* (*get)(struct tcf_proto*, u32 handle);
352 void (*put)(struct tcf_proto *tp, void *f);
353 int (*change)(struct net *net, struct sk_buff *,
358 int (*delete)(struct tcf_proto *tp, void *arg,
361 bool (*delete_empty)(struct tcf_proto *tp);
362 void (*walk)(struct tcf_proto *tp,
364 int (*reoffload)(struct tcf_proto *tp, bool add,
367 void (*hw_add)(struct tcf_proto *tp,
369 void (*hw_del)(struct tcf_proto *tp,
371 void (*bind_class)(void *, u32, unsigned long,
395 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument