Lines Matching refs:update
19 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext**
30 | **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
97 or add if doesn't exit; **exist** update only if entry already
98 exists; **noexist** update only if entry doesn't exist.
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 …
221 Note that map update can also be used in order to change the program references
228 file system for the map update to work successfully, as kernel flushes prog
229 array maps when they have no more references from user space (and the update
268 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**