Home
last modified time | relevance | path

Searched refs:bpf_map__attach_struct_ops (Results 1 – 4 of 4) sorted by relevance

/external/libbpf/src/
Dlibbpf.map216 bpf_map__attach_struct_ops;
Dlibbpf.h520 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
Dlibbpf.c10664 struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map) in bpf_map__attach_struct_ops() function
/external/bpftool/src/
Dstruct_ops.c515 link = bpf_map__attach_struct_ops(map); in do_register()