Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h944 struct bpf_link { struct
947 enum bpf_link_type type; argument
948 const struct bpf_link_ops *ops; argument
954 void (*release)(struct bpf_link *link); argument
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c8848 struct bpf_link { struct
8849 int (*detach)(struct bpf_link *link); argument
8850 void (*dealloc)(struct bpf_link *link); argument
8857 int bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog) in bpf_link__update_program() argument