Searched refs:map_type (Results 1 – 6 of 6) sorted by relevance
| /include/trace/events/ |
| A D | xdp.h | 95 enum bpf_map_type map_type, 98 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index), 113 if (map_type == BPF_MAP_TYPE_DEVMAP || map_type == BPF_MAP_TYPE_DEVMAP_HASH) { 119 } else if (map_type == BPF_MAP_TYPE_UNSPEC && map_id == INT_MAX) { 145 enum bpf_map_type map_type, 147 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index) 154 enum bpf_map_type map_type, 156 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index) 165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument 166 trace_xdp_redirect(dev, xdp, to, 0, map_type, map_id, index) [all …]
|
| /include/linux/ |
| A D | dynamic_debug.h | 92 enum class_map_type map_type; member 109 .map_type = _maptype, \
|
| A D | filter.h | 776 enum bpf_map_type map_type; member 1759 ri->map_type = BPF_MAP_TYPE_UNSPEC; in __bpf_xdp_redirect_map() 1765 ri->map_type = map->map_type; in __bpf_xdp_redirect_map()
|
| A D | bpf-cgroup.h | 157 if (map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) in cgroup_storage_type()
|
| A D | bpf.h | 296 enum bpf_map_type map_type; member 634 return map->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY; in bpf_map_offload_neutral() 2140 return map->map_type == BPF_MAP_TYPE_PROG_ARRAY || in map_type_contains_progs() 2141 map->map_type == BPF_MAP_TYPE_DEVMAP || in map_type_contains_progs() 2142 map->map_type == BPF_MAP_TYPE_CPUMAP; in map_type_contains_progs()
|
| /include/uapi/linux/ |
| A D | bpf.h | 1486 __u32 map_type; /* one of enum bpf_map_type */ member
|
Completed in 43 milliseconds