Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c445 #define BPF_STRTOX_BASE_MASK 0x1F macro
450 unsigned int base = flags & BPF_STRTOX_BASE_MASK; in __bpf_strtoull()
463 if (flags & ~BPF_STRTOX_BASE_MASK) in __bpf_strtoull()