Searched defs:bpf_link_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | bpf.h | 951 struct bpf_link_ops { struct 952 void (*release)(struct bpf_link *link); 953 void (*dealloc)(struct bpf_link *link); 954 int (*detach)(struct bpf_link *link); 955 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, 957 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq); 958 int (*fill_link_info)(const struct bpf_link *link,
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf.h | 1559 struct bpf_link_ops { struct 1560 void (*release)(struct bpf_link *link); 1564 void (*dealloc)(struct bpf_link *link); 1569 void (*dealloc_deferred)(struct bpf_link *link); 1570 int (*detach)(struct bpf_link *link); 1571 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, 1573 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq); 1574 int (*fill_link_info)(const struct bpf_link *link, 1576 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map,
|