Searched defs:tcf_proto_ops___2 (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 40239 struct tcf_proto_ops___2 { struct 40240 struct list_head head; 40241 char kind[16]; 40242 int (*classify)(struct sk_buff___2 *, const struct tcf_proto___2 *, struct tcf_result___2 *); 40243 int (*init)(struct tcf_proto___2 *); 40244 void (*destroy)(struct tcf_proto___2 *, bool, struct netlink_ext_ack *); 40245 void * (*get)(struct tcf_proto___2 *, u32); 40246 void (*put)(struct tcf_proto___2 *, void *); 40247 …to___2 *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *); 40248 int (*delete)(struct tcf_proto___2 *, void *, bool *, bool, struct netlink_ext_ack *); [all …]
|
| D | vmlinux.h | 40239 struct tcf_proto_ops___2 { struct 40240 struct list_head head; 40241 char kind[16]; 40242 int (*classify)(struct sk_buff___2 *, const struct tcf_proto___2 *, struct tcf_result___2 *); 40243 int (*init)(struct tcf_proto___2 *); 40244 void (*destroy)(struct tcf_proto___2 *, bool, struct netlink_ext_ack *); 40245 void * (*get)(struct tcf_proto___2 *, u32); 40246 void (*put)(struct tcf_proto___2 *, void *); 40247 …to___2 *, long unsigned int, u32, struct nlattr **, void **, bool, bool, struct netlink_ext_ack *); 40248 int (*delete)(struct tcf_proto___2 *, void *, bool *, bool, struct netlink_ext_ack *); [all …]
|