Lines Matching refs:bpftool
4 bpftool-map
17 **bpftool** [*OPTIONS*] **map** *COMMAND*
28 | **bpftool** **map** { **show** | **list** } [*MAP*]
29 | **bpftool** **map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* \
32 | **bpftool** **map dump** *MAP*
33 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
34 | **bpftool** **map lookup** *MAP* [**key** *DATA*]
35 | **bpftool** **map getnext** *MAP* [**key** *DATA*]
36 | **bpftool** **map delete** *MAP* **key** *DATA*
37 | **bpftool** **map pin** *MAP* *FILE*
38 | **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
39 | **bpftool** **map peek** *MAP*
40 | **bpftool** **map push** *MAP* **value** *VALUE*
41 | **bpftool** **map pop** *MAP*
42 | **bpftool** **map enqueue** *MAP* **value** *VALUE*
43 | **bpftool** **map dequeue** *MAP*
44 | **bpftool** **map freeze** *MAP*
45 | **bpftool** **map help**
62 **bpftool map { show | list }** [*MAP*]
71 Since Linux 5.8 bpftool is able to discover information about
73 maps. On such kernels bpftool will automatically emit this
76 …**bpftool map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* **entries…
92 **bpftool map dump** *MAP*
96 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
109 **bpftool map lookup** *MAP* [**key** *DATA*]
112 **bpftool map getnext** *MAP* [**key** *DATA*]
115 **bpftool map delete** *MAP* **key** *DATA*
118 **bpftool map pin** *MAP* *FILE*
125 **bpftool** **map event_pipe** *MAP* [**cpu** *N* **index** *M*]
141 **bpftool map peek** *MAP*
144 **bpftool map push** *MAP* **value** *VALUE*
147 **bpftool map pop** *MAP*
150 **bpftool map enqueue** *MAP* **value** *VALUE*
153 **bpftool map dequeue** *MAP*
156 **bpftool map freeze** *MAP*
164 **bpftool map help**
180 **# bpftool map show**
191 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 …
192 | **# bpftool map update id 10 key 0x20 0xc4 0xb7 0x00 value 0x0f 0xff 0xff 0xab 0x01 0x02 …
193 | **# bpftool map update id 10 key 32 196 183 0 value 15 255 255 171 1 2 …
195 **# bpftool map lookup id 10 key 0 1 2 3**
202 **# bpftool map dump id 10**
210 **# bpftool map getnext id 10 key 0 1 2 3**
221 | **# bpftool map pin id 10 /sys/fs/bpf/map**
222 | **# bpftool map del pinned /sys/fs/bpf/map key 13 00 07 00**
233 would be lost as soon as bpftool exits).
236 | **# bpftool prog loadall tail_calls.o /sys/fs/bpf/foo type xdp**
237 | **# bpftool prog --bpffs**
254 **# bpftool map**
263 | **# bpftool map pin id 294 /sys/fs/bpf/bar**
264 | **# bpftool map dump pinned /sys/fs/bpf/bar**
271 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**
272 | **# bpftool map dump pinned /sys/fs/bpf/bar**