Searched refs:BPF_F_INDEX_MASK (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c247 if (reg3->var_off.mask & BPF_F_INDEX_MASK ||
248 (reg3->var_off.value & BPF_F_INDEX_MASK) !=
/linux-master/include/uapi/linux/
H A Dbpf.h2280 * with **BPF_F_INDEX_MASK**. Alternatively, *flags* can be set to
2356 * the value must be put, masked with **BPF_F_INDEX_MASK**.
3006 * **BPF_F_INDEX_MASK**. Alternatively, *flags* can be set to
4142 * the value must be put, masked with **BPF_F_INDEX_MASK**.
4290 * the value must be put, masked with **BPF_F_INDEX_MASK**.
6077 BPF_F_INDEX_MASK = 0xffffffffULL, enumerator in enum:__anon2639
6078 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK,
/linux-master/tools/include/uapi/linux/
H A Dbpf.h2280 * with **BPF_F_INDEX_MASK**. Alternatively, *flags* can be set to
2356 * the value must be put, masked with **BPF_F_INDEX_MASK**.
3006 * **BPF_F_INDEX_MASK**. Alternatively, *flags* can be set to
4142 * the value must be put, masked with **BPF_F_INDEX_MASK**.
4290 * the value must be put, masked with **BPF_F_INDEX_MASK**.
6077 BPF_F_INDEX_MASK = 0xffffffffULL, enumerator in enum:__anon3180
6078 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK,
/linux-master/kernel/trace/
H A Dbpf_trace.c554 u64 index = flags & BPF_F_INDEX_MASK;
557 if (unlikely(flags & ~(BPF_F_INDEX_MASK)))
627 u64 index = flags & BPF_F_INDEX_MASK;
685 if (unlikely(flags & ~(BPF_F_INDEX_MASK))) {
/linux-master/kernel/bpf/
H A Dhelpers.c638 if (unlikely(flags & ~(BPF_F_INDEX_MASK)))
/linux-master/net/core/
H A Dfilter.c4584 if (unlikely(flags & ~(BPF_F_CTXLEN_MASK | BPF_F_INDEX_MASK)))
4995 if (unlikely(flags & ~(BPF_F_CTXLEN_MASK | BPF_F_INDEX_MASK)))

Completed in 233 milliseconds