Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h893 struct bpf_link { struct
896 enum bpf_link_type type; argument
897 const struct bpf_link_ops *ops; argument
903 void (*release)(struct bpf_link *link); argument
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c9136 struct bpf_link { struct
9137 int (*detach)(struct bpf_link *link); argument
9138 int (*destroy)(struct bpf_link *link); argument
9145 int bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog) in bpf_link__update_program() argument