Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/ !
Dhelpers.c486 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoll() function
514 err = __bpf_strtoll(buf, buf_len, flags, &_res); in BPF_CALL_4()