Searched defs:bpf_link_ops (Results 1 – 1 of 1) sorted by relevance
35365 struct bpf_link_ops { struct35366 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 *);