Searched defs:bpf_link_ops (Results 1 – 1 of 1) sorted by relevance
886 struct bpf_link_ops { struct887 void (*release)(struct bpf_link *link);888 void (*dealloc)(struct bpf_link *link);889 int (*detach)(struct bpf_link *link);890 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog);891 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq);892 int (*fill_link_info)(const struct bpf_link *link, struct bpf_link_info *info);