Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dhelpers.c441 static int __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoull() function
499 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll()
546 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in BPF_CALL_4()

Completed in 6 milliseconds