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

/linux-master/kernel/bpf/
H A Dhelpers.c497 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, function
525 err = __bpf_strtoll(buf, buf_len, flags, &_res);

Completed in 137 milliseconds