Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 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 *); [all …]
|