Lines Matching defs:tcf_proto_ops
338 struct tcf_proto_ops { struct
339 struct list_head head;
340 char kind[IFNAMSIZ];
342 int (*classify)(struct sk_buff *,
345 int (*init)(struct tcf_proto*);
346 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
349 void* (*get)(struct tcf_proto*, u32 handle);
350 void (*put)(struct tcf_proto *tp, void *f);
351 int (*change)(struct net *net, struct sk_buff *,
356 int (*delete)(struct tcf_proto *tp, void *arg,
359 bool (*delete_empty)(struct tcf_proto *tp);
360 void (*walk)(struct tcf_proto *tp,
362 int (*reoffload)(struct tcf_proto *tp, bool add,
365 void (*hw_add)(struct tcf_proto *tp,
367 void (*hw_del)(struct tcf_proto *tp,
369 void (*bind_class)(void *, u32, unsigned long,
393 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument