Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dtest_queue_stack_map.h12 __uint(type, MAP_TYPE);
20 __uint(type, MAP_TYPE);
Dtest_stack_map.c3 #define MAP_TYPE BPF_MAP_TYPE_STACK macro
Dtest_queue_map.c3 #define MAP_TYPE BPF_MAP_TYPE_QUEUE macro
/tools/include/uapi/asm-generic/
Dmman-common.h21 #define MAP_TYPE 0x0f /* Mask for type of mapping */ macro
/tools/bpf/bpftool/bash-completion/
Dbpftool350 local MAP_TYPE='id pinned name'
423 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
642 _bpftool_one_of_list $MAP_TYPE
655 local MAP_TYPE='id pinned name'
660 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
720 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
748 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
777 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )
796 local MAP_TYPE='id pinned name'
797 COMPREPLY+=( $( compgen -W "$MAP_TYPE" \
[all …]