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

/linux-master/kernel/bpf/
H A Dhelpers.c446 static int __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, function
504 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative);
551 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative);

Completed in 102 milliseconds