Lines Matching defs:tcf_proto_ops
341 struct tcf_proto_ops { struct
342 struct list_head head;
343 char kind[IFNAMSIZ];
345 int (*classify)(struct sk_buff *,
348 int (*init)(struct tcf_proto*);
349 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
352 void* (*get)(struct tcf_proto*, u32 handle);
353 void (*put)(struct tcf_proto *tp, void *f);
354 int (*change)(struct net *net, struct sk_buff *,
359 int (*delete)(struct tcf_proto *tp, void *arg,
362 bool (*delete_empty)(struct tcf_proto *tp);
363 void (*walk)(struct tcf_proto *tp,
365 int (*reoffload)(struct tcf_proto *tp, bool add,
368 void (*hw_add)(struct tcf_proto *tp,
370 void (*hw_del)(struct tcf_proto *tp,
372 void (*bind_class)(void *, u32, unsigned long,
374 void * (*tmplt_create)(struct net *net,
378 void (*tmplt_destroy)(void *tmplt_priv);
402 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags argument