Home
last modified time | relevance | path

Searched refs:outer_map_name (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh318 local outer_map_name="outer_map_tt"
324 echo " Failed to create inner map file at $bpf_dir/$outer_map_name"
328 "$bpftool_path" map create "$bpf_dir/$outer_map_name" type hash_of_maps \
329 key 4 value 4 entries 2 name "$outer_map_name" inner_map name "$inner_map_name"
330 if [ ! -f "$bpf_dir/$outer_map_name" ]; then
331 echo " Failed to create outer map file at $bpf_dir/$outer_map_name"
336 "$bpftool_path" map update pinned "$bpf_dir/$outer_map_name" key 0 0 0 0 \
338 "$bpftool_path" map update name "$outer_map_name" key 1 0 0 0 value \
343 if "$bpftool_path" map update name "$outer_map_name" key 2 0 0 0 value name \
345 echo " Update for $outer_map_name succeeded but should have failed"