Lines Matching defs:tcf_proto_ops
12450 struct tcf_proto_ops { struct
12451 struct list_head head;
12452 char kind[16];
12453 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
12454 int (*init)(struct tcf_proto *);
12455 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
12456 void * (*get)(struct tcf_proto *, u32);
12457 void (*put)(struct tcf_proto *, void *);
12458 …uct tcf_proto *, long unsigned int, u32, struct nlattr **, void **, u32, struct netlink_ext_ack *);
12459 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
12460 bool (*delete_empty)(struct tcf_proto *);
12461 void (*walk)(struct tcf_proto *, struct tcf_walker *, bool);
12485 const struct tcf_proto_ops *tmplt_ops; argument