Home
last modified time | relevance | path

Searched refs:bpf_map (Results 1 - 6 of 6) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.h818 struct bpf_map;
820 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
821 LIBBPF_API int bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map);
904 LIBBPF_API struct bpf_map *
910 LIBBPF_API struct bpf_map *
911 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);
919 LIBBPF_API struct bpf_map *
920 bpf_object__prev_map(const struct bpf_object *obj, const struct bpf_map *map);
941 LIBBPF_API int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate);
942 LIBBPF_API bool bpf_map__autocreate(const struct bpf_map *ma
[all...]
H A Dlibbpf_legacy.h124 struct bpf_map;
132 LIBBPF_API const char *bpf_map__get_pin_path(const struct bpf_map *map);
H A Dlibbpf.c75 static struct bpf_map *bpf_object__add_map(struct bpf_object *obj);
517 struct bpf_map { struct
540 struct bpf_map *inner_map;
666 struct bpf_map *maps;
1029 static bool bpf_map__is_struct_ops(const struct bpf_map *map) in bpf_map__is_struct_ops()
1035 static int bpf_map__init_kern_struct_ops(struct bpf_map *map, in bpf_map__init_kern_struct_ops()
1167 struct bpf_map *map; in bpf_object__init_kern_struct_ops_maps()
1195 struct bpf_map *map; in init_struct_ops_maps()
1579 static struct bpf_map *bpf_object__add_map(struct bpf_object *obj)
1581 struct bpf_map *ma
[all...]
H A Dskel_internal.h146 struct bpf_map *map; in skel_finalize_map_data()
H A Dusdt.c244 struct bpf_map *specs_map;
245 struct bpf_map *ip_to_spec_id_map;
260 struct bpf_map *specs_map, *ip_to_spec_id_map; in usdt_manager_new()
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.h110 bpf_map *reuseport_array;
111 bpf_map *cid_prefix_map;

Completed in 15 milliseconds