Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h26404 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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h13540 struct tcf_proto_ops { struct
13541 struct list_head head;
13542 char kind[16];
13543 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
13544 int (*init)(struct tcf_proto *);
13545 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
13546 void * (*get)(struct tcf_proto *, u32);
13547 void (*put)(struct tcf_proto *, void *);
13548 …_proto *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *);
13549 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]
Dvmlinux.h13540 struct tcf_proto_ops { struct
13541 struct list_head head;
13542 char kind[16];
13543 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
13544 int (*init)(struct tcf_proto *);
13545 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
13546 void * (*get)(struct tcf_proto *, u32);
13547 void (*put)(struct tcf_proto *, void *);
13548 …_proto *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *);
13549 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h12407 struct tcf_proto_ops { struct
12408 struct list_head head;
12409 char kind[16];
12410 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
12411 int (*init)(struct tcf_proto *);
12412 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
12413 void * (*get)(struct tcf_proto *, u32);
12414 void (*put)(struct tcf_proto *, void *);
12415 …_proto *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *);
12416 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]
Dvmlinux_510.h12407 struct tcf_proto_ops { struct
12408 struct list_head head;
12409 char kind[16];
12410 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
12411 int (*init)(struct tcf_proto *);
12412 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
12413 void * (*get)(struct tcf_proto *, u32);
12414 void (*put)(struct tcf_proto *, void *);
12415 …_proto *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *);
12416 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h15068 struct tcf_proto_ops { struct
15069 struct list_head head;
15070 char kind[16];
15071 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
15072 int (*init)(struct tcf_proto *);
15073 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
15074 void * (*get)(struct tcf_proto *, u32);
15075 void (*put)(struct tcf_proto *, void *);
15076 …_proto *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *);
15077 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]
Dvmlinux.h15068 struct tcf_proto_ops { struct
15069 struct list_head head;
15070 char kind[16];
15071 int (*classify)(struct sk_buff *, const struct tcf_proto *, struct tcf_result *);
15072 int (*init)(struct tcf_proto *);
15073 void (*destroy)(struct tcf_proto *, bool, struct netlink_ext_ack *);
15074 void * (*get)(struct tcf_proto *, u32);
15075 void (*put)(struct tcf_proto *, void *);
15076 …_proto *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *);
15077 int (*delete)(struct tcf_proto *, void *, bool *, bool, struct netlink_ext_ack *);
[all …]