Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1760 struct bpf_link_ops { struct
1761 void (*release)(struct bpf_link *link);
1765 void (*dealloc)(struct bpf_link *link);
1772 void (*dealloc_deferred)(struct bpf_link *link);
1773 int (*detach)(struct bpf_link *link);
1774 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog,
1776 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq);
1777 int (*fill_link_info)(const struct bpf_link *link,
1779 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map,
1781 __poll_t (*poll)(struct file *file, struct poll_table_struct *pts);