Lines Matching refs:update
22 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** |
33 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
93 bpftool map update *MAP* [key *DATA*] [value *VALUE*] [*UPDATE_FLAGS*]
96 *UPDATE_FLAGS* can be one of: **any** update existing entry or add if
97 doesn't exit; **exist** update only if entry already exists; **noexist**
98 update only if entry doesn't exist.
185 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 …
186 | **# bpftool map update id 10 key 0x20 0xc4 0xb7 0x00 value 0x0f 0xff 0xff 0xab 0x01 0x02 …
187 | **# bpftool map update id 10 key 32 196 183 0 value 15 255 255 171 1 2 …
218 Note that map update can also be used in order to change the program references
225 file system for the map update to work successfully, as kernel flushes prog
226 array maps when they have no more references from user space (and the update
265 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**