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_QUEUE macro
3 #define MAP_TYPE BPF_MAP_TYPE_STACK macro
21 #define MAP_TYPE 0x0f /* Mask for type of mapping */ macro
331 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_TYPE668 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