Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c498 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoll() function
527 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4()