Lines Matching +full:path +full:- +full:map
1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 bpftool-iter
6 -------------------------------------------------------------------------------
8 -------------------------------------------------------------------------------
26 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*]
30 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* }
34 **bpftool iter pin** *OBJ* *PATH* [**map** *MAP*]
42 and pin it to *PATH*. The *PATH* should be located
47 Map element bpf iterator requires an additional parameter
48 *MAP* so bpf program can iterate over map elements for
49 that map. User can have a bpf program in kernel to run
50 with each map element, do checking, filtering, aggregation,
53 User can then *cat PATH* to see the bpf iterator output.
68 Create a file-based bpf iterator from bpf_iter_netlink.o and pin it
71 **# bpftool iter pin bpf_iter_hashmap.o /sys/fs/bpf/my_hashmap map id 20**
75 Create a file-based bpf iterator from bpf_iter_hashmap.o and map with