Searched defs:bpf_link_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 16799 struct bpf_link_ops { struct 16800 void (*release)(struct bpf_link *); 16801 void (*dealloc)(struct bpf_link *); 16802 void (*dealloc_deferred)(struct bpf_link *); 16803 int (*detach)(struct bpf_link *); 16804 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 16805 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 16806 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *); 16807 int (*update_map)(struct bpf_link *, struct bpf_map *, struct bpf_map *); 16808 u64 android_kabi_reserved1;
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 31667 struct bpf_link_ops { struct 31668 void (*release)(struct bpf_link *); 31669 void (*dealloc)(struct bpf_link *); 31670 void (*dealloc_deferred)(struct bpf_link *); 31671 int (*detach)(struct bpf_link *); 31672 int (*update_prog)(struct bpf_link *, struct bpf_prog *, struct bpf_prog *); 31673 void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); 31674 int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *); 31675 int (*update_map)(struct bpf_link *, struct bpf_map *, struct bpf_map *); 31676 u64 android_kabi_reserved1;
|