Searched defs:bpf_link_ops (Results 1 – 5 of 5) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 36501 struct bpf_link_ops { struct 36502 void (*release)(struct bpf_link *); 36503 void (*dealloc)(struct bpf_link *); 36504 int (*detach)(struct bpf_link *); 36505 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 36506 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 36507 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
|
D | vmlinux.h | 36501 struct bpf_link_ops { struct 36502 void (*release)(struct bpf_link *); 36503 void (*dealloc)(struct bpf_link *); 36504 int (*detach)(struct bpf_link *); 36505 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 36506 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 36507 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 35365 struct bpf_link_ops { struct 35366 void (*release)(struct bpf_link *); 35367 void (*dealloc)(struct bpf_link *); 35368 int (*detach)(struct bpf_link *); 35369 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 35370 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 35371 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 26122 struct bpf_link_ops { struct 26123 void (*release)(struct bpf_link *); 26124 void (*dealloc)(struct bpf_link *); 26125 int (*detach)(struct bpf_link *); 26126 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 26127 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 26128 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
|
D | vmlinux_510.h | 26122 struct bpf_link_ops { struct 26123 void (*release)(struct bpf_link *); 26124 void (*dealloc)(struct bpf_link *); 26125 int (*detach)(struct bpf_link *); 26126 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 26127 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 26128 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
|