|
@@ -236,6 +236,7 @@ typedef void (*bpf_map_clear_priv_t)(struct bpf_map *, void *);
|
|
int bpf_map__set_priv(struct bpf_map *map, void *priv,
|
|
int bpf_map__set_priv(struct bpf_map *map, void *priv,
|
|
bpf_map_clear_priv_t clear_priv);
|
|
bpf_map_clear_priv_t clear_priv);
|
|
void *bpf_map__priv(struct bpf_map *map);
|
|
void *bpf_map__priv(struct bpf_map *map);
|
|
|
|
+int bpf_map__pin(struct bpf_map *map, const char *path);
|
|
|
|
|
|
long libbpf_get_error(const void *ptr);
|
|
long libbpf_get_error(const void *ptr);
|
|
|
|
|