Home
last modified time | relevance | path

Searched defs:bpf_link_ops (Results 1 – 5 of 5) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h36501 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 *);
Dvmlinux.h36501 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/
Dvmlinux.h35365 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/
Dvmlinux.h26122 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 *);
Dvmlinux_510.h26122 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 *);