Searched refs:bpf_strtol (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_const.c | 19 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 D | prog_cgroup_sysctl.rst | 88 * ``bpf_strtol()`` to convert initial part of the string to long integer
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 523 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 538 .func = bpf_strtol,
|