Home
last modified time | relevance | path

Searched defs:tcf_proto_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h16506 struct tcf_proto_ops { struct
16507 struct list_head head;
16508 char kind[16];
16509 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
16510 int (*init)(struct tcf_proto *);
16511 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
16512 void * (*get)(struct tcf_proto *, u32);
16513 void (*put)(struct tcf_proto *, void *);
16514 … struct tcf_proto *, unsigned long, u32, struct nlattr **, void **, u32, struct netlink_ext_ack *);
16515 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h31489 struct tcf_proto_ops { struct
31490 struct list_head head;
31491 char kind[16];
31492 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
31493 int (*init)(struct tcf_proto *);
31494 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
31495 void * (*get)(struct tcf_proto *, u32);
31496 void (*put)(struct tcf_proto *, void *);
31497 … struct tcf_proto *, unsigned long, u32, struct nlattr **, void **, u32, struct netlink_ext_ack *);
31498 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]