Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dtest_queue_stack_map.h12 __uint(type, MAP_TYPE);
20 __uint(type, MAP_TYPE);
A Dtest_queue_map.c3 #define MAP_TYPE BPF_MAP_TYPE_QUEUE macro
A Dtest_stack_map.c3 #define MAP_TYPE BPF_MAP_TYPE_STACK macro
/tools/include/uapi/asm-generic/
A Dmman-common.h21 #define MAP_TYPE 0x0f /* Mask for type of mapping */ macro
/tools/bpf/bpftool/bash-completion/
A Dbpftool331 local MAP_TYPE='id pinned name'
426 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
463 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
648 _bpftool_one_of_list $MAP_TYPE
668 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
728 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
756 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
785 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
804 COMPREPLY+=( $( compgen -W "$MAP_TYPE" \
855 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
[all …]

Completed in 9 milliseconds