Searched refs:BPF_F_INDEX_MASK (Results 1 – 5 of 5) sorted by relevance
299 u64 index = flags & BPF_F_INDEX_MASK; in get_map_perf_counter()302 if (unlikely(flags & ~(BPF_F_INDEX_MASK))) in get_map_perf_counter()374 u64 index = flags & BPF_F_INDEX_MASK; in __bpf_perf_event_output()410 if (unlikely(flags & ~(BPF_F_INDEX_MASK))) in BPF_CALL_5()
2280 #define BPF_F_INDEX_MASK 0xffffffffULL macro2281 #define BPF_F_CURRENT_CPU BPF_F_INDEX_MASK
233 if (reg3->var_off.mask & BPF_F_INDEX_MASK || in nfp_bpf_check_call()234 (reg3->var_off.value & BPF_F_INDEX_MASK) != in nfp_bpf_check_call()
3477 if (unlikely(flags & ~(BPF_F_CTXLEN_MASK | BPF_F_INDEX_MASK))) in BPF_CALL_5()3819 if (unlikely(flags & ~(BPF_F_CTXLEN_MASK | BPF_F_INDEX_MASK))) in BPF_CALL_5()