Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 26404 struct tcf_proto_ops { struct 26405 struct list_head head; 26406 char kind[16]; 26407 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *); 26408 int (*init)(struct tcf_proto *); 26409 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *); 26410 void * (*get)(struct tcf_proto *, u32); 26411 void (*put)(struct tcf_proto *, void *); 26412 …uct tcf_proto *, long unsigned int, u32, struct nlattr **, void **, u32, struct netlink_ext_ack *); 26413 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *); [all …]
|