Searched defs:bpf_link_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | bpf.h | 946 struct bpf_link_ops { struct 947 void (*release)(struct bpf_link *link); 948 void (*dealloc)(struct bpf_link *link); 949 int (*detach)(struct bpf_link *link); 950 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, 952 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq); 953 int (*fill_link_info)(const struct bpf_link *link,
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf.h | 1530 struct bpf_link_ops { struct 1531 void (*release)(struct bpf_link *link); 1532 void (*dealloc)(struct bpf_link *link); 1533 int (*detach)(struct bpf_link *link); 1534 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, 1536 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq); 1537 int (*fill_link_info)(const struct bpf_link *link, 1539 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map,
|