Lines Matching defs:tcf_proto_ops
344 struct tcf_proto_ops { struct
345 struct list_head head;
346 char kind[IFNAMSIZ];
348 int (*classify)(struct sk_buff *,
351 int (*init)(struct tcf_proto*);
352 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
355 void* (*get)(struct tcf_proto*, u32 handle);
356 void (*put)(struct tcf_proto *tp, void *f);
357 int (*change)(struct net *net, struct sk_buff *,
362 int (*delete)(struct tcf_proto *tp, void *arg,
365 bool (*delete_empty)(struct tcf_proto *tp);
366 void (*walk)(struct tcf_proto *tp,
368 int (*reoffload)(struct tcf_proto *tp, bool add,
371 void (*hw_add)(struct tcf_proto *tp,
373 void (*hw_del)(struct tcf_proto *tp,
375 void (*bind_class)(void *, u32, unsigned long,
399 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument