Searched refs:bpf_strtoul (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | test_sysctl_loop1.c | 61 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
| D | test_sysctl_loop2.c | 62 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
| D | test_sysctl_prog.c | 62 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
| /Linux-v5.4/kernel/bpf/ |
| D | helpers.c | 462 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 481 .func = bpf_strtoul,
|
| /Linux-v5.4/Documentation/bpf/ |
| D | prog_cgroup_sysctl.rst | 90 * ``bpf_strtoul()`` to convert initial part of the string to unsigned long
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | bpf_helpers.h | 224 static int (*bpf_strtoul)(const char *buf, unsigned long long buf_len, variable
|