Lines Matching defs:tcf_proto_ops
293 struct tcf_proto_ops { struct
294 struct list_head head;
295 char kind[IFNAMSIZ];
297 int (*classify)(struct sk_buff *,
300 int (*init)(struct tcf_proto*);
301 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
304 void* (*get)(struct tcf_proto*, u32 handle);
305 void (*put)(struct tcf_proto *tp, void *f);
306 int (*change)(struct net *net, struct sk_buff *,
311 int (*delete)(struct tcf_proto *tp, void *arg,
314 bool (*delete_empty)(struct tcf_proto *tp);
315 void (*walk)(struct tcf_proto *tp,
317 int (*reoffload)(struct tcf_proto *tp, bool add,
320 void (*hw_add)(struct tcf_proto *tp,
322 void (*hw_del)(struct tcf_proto *tp,
324 void (*bind_class)(void *, u32, unsigned long,
348 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument