Searched defs:bpf_link_ops (Results 1 – 1 of 1) sorted by relevance
1423 struct bpf_link_ops { struct1424 void (*release)(struct bpf_link *link);1425 void (*dealloc)(struct bpf_link *link);1426 int (*detach)(struct bpf_link *link);1427 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog,1429 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq);1430 int (*fill_link_info)(const struct bpf_link *link,
Completed in 17 milliseconds