Searched refs:MAP_TYPE (Results 1 – 5 of 5) sorted by relevance
12 __uint(type, MAP_TYPE);20 __uint(type, MAP_TYPE);
3 #define MAP_TYPE BPF_MAP_TYPE_STACK macro
3 #define MAP_TYPE BPF_MAP_TYPE_QUEUE macro
21 #define MAP_TYPE 0x0f /* Mask for type of mapping */ macro
350 local MAP_TYPE='id pinned name'423 COMPREPLY=( $( compgen -W "$MAP_TYPE" -- "$cur" ) )642 _bpftool_one_of_list $MAP_TYPE655 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 …]