Lines Matching refs:bpftool
2 bpftool-map
13 **bpftool** [*OPTIONS*] **map** *COMMAND*
25 | **bpftool** **map** { **show** | **list** } [*MAP*]
26 | **bpftool** **map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* \
29 | **bpftool** **map dump** *MAP*
30 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
31 | **bpftool** **map lookup** *MAP* [**key** *DATA*]
32 | **bpftool** **map getnext** *MAP* [**key** *DATA*]
33 | **bpftool** **map delete** *MAP* **key** *DATA*
34 | **bpftool** **map pin** *MAP* *FILE*
35 | **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
36 | **bpftool** **map peek** *MAP*
37 | **bpftool** **map push** *MAP* **value** *VALUE*
38 | **bpftool** **map pop** *MAP*
39 | **bpftool** **map enqueue** *MAP* **value** *VALUE*
40 | **bpftool** **map dequeue** *MAP*
41 | **bpftool** **map freeze** *MAP*
42 | **bpftool** **map help**
59 **bpftool map { show | list }** [*MAP*]
68 Since Linux 5.8 bpftool is able to discover information about
70 maps. On such kernels bpftool will automatically emit this
73 …**bpftool map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* **entries…
89 **bpftool map dump** *MAP*
93 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
106 **bpftool map lookup** *MAP* [**key** *DATA*]
109 **bpftool map getnext** *MAP* [**key** *DATA*]
112 **bpftool map delete** *MAP* **key** *DATA*
115 **bpftool map pin** *MAP* *FILE*
122 **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
138 **bpftool map peek** *MAP*
141 **bpftool map push** *MAP* **value** *VALUE*
144 **bpftool map pop** *MAP*
147 **bpftool map enqueue** *MAP* **value** *VALUE*
150 **bpftool map dequeue** *MAP*
153 **bpftool map freeze** *MAP*
161 **bpftool map help**
177 **# bpftool map show**
188 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 …
189 | **# bpftool map update id 10 key 0x20 0xc4 0xb7 0x00 value 0x0f 0xff 0xff 0xab 0x01 0x02 …
190 | **# bpftool map update id 10 key 32 196 183 0 value 15 255 255 171 1 2 …
192 **# bpftool map lookup id 10 key 0 1 2 3**
199 **# bpftool map dump id 10**
207 **# bpftool map getnext id 10 key 0 1 2 3**
218 | **# bpftool map pin id 10 /sys/fs/bpf/map**
219 | **# bpftool map del pinned /sys/fs/bpf/map key 13 00 07 00**
230 would be lost as soon as bpftool exits).
233 | **# bpftool prog loadall tail_calls.o /sys/fs/bpf/foo type xdp**
234 | **# bpftool prog --bpffs**
251 **# bpftool map**
260 | **# bpftool map pin id 294 /sys/fs/bpf/bar**
261 | **# bpftool map dump pinned /sys/fs/bpf/bar**
268 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**
269 | **# bpftool map dump pinned /sys/fs/bpf/bar**