Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_const.c19 bpf_strtol(buff, sizeof(buff), 0, (long *)&foo); in tcx1()
29 bpf_strtol(buff, sizeof(buff), 0, &bar); in tcx2()
39 bpf_strtol(buff, sizeof(buff), 0, &bart); in tcx3()
/linux/Documentation/bpf/
H A Dprog_cgroup_sysctl.rst88 * ``bpf_strtol()`` to convert initial part of the string to long integer
/linux/kernel/bpf/
H A Dhelpers.c523 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
538 .func = bpf_strtol,