Home
last modified time | relevance | path

Searched defs:bpf_link_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf.h1538 struct bpf_link_ops { struct
1539 void (*release)(struct bpf_link *link);
1543 void (*dealloc)(struct bpf_link *link);
1548 void (*dealloc_deferred)(struct bpf_link *link);
1549 int (*detach)(struct bpf_link *link);
1550 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog,
1552 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq);
1553 int (*fill_link_info)(const struct bpf_link *link,
1555 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map,