Searched defs:bpf_link_ops (Results 1 – 1 of 1) sorted by relevance
31772 struct bpf_link_ops { struct31773 void (*release)(struct bpf_link *);31774 void (*dealloc)(struct bpf_link *);31775 int (*detach)(struct bpf_link *);31776 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *);31777 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *);31778 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);