Home
last modified time | relevance | path

Searched refs:BPF_STRTOX_BASE_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/kernel/bpf/
Dhelpers.c453 #define BPF_STRTOX_BASE_MASK 0x1F macro
458 unsigned int base = flags & BPF_STRTOX_BASE_MASK; in __bpf_strtoull()
471 if (flags & ~BPF_STRTOX_BASE_MASK) in __bpf_strtoull()