Searched refs:bpf_strtoul (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_int_ptr.c | 14 /* bpf_strtoul arg1 (buf) */ \ in arg_ptr_to_long_uninitialized() 20 /* bpf_strtoul arg2 (buf_len) */ \ in arg_ptr_to_long_uninitialized() 22 /* bpf_strtoul arg3 (flags) */ \ in arg_ptr_to_long_uninitialized() 24 /* bpf_strtoul arg4 (res) */ \ in arg_ptr_to_long_uninitialized() 27 /* bpf_strtoul() */ \ in arg_ptr_to_long_uninitialized() 28 call %[bpf_strtoul]; \ in arg_ptr_to_long_uninitialized() 32 : __imm(bpf_strtoul) in arg_ptr_to_long_uninitialized() 43 /* bpf_strtoul arg1 (buf) */ \ in ptr_to_long_half_uninitialized() 49 /* bpf_strtoul arg2 (buf_len) */ \ in ptr_to_long_half_uninitialized() 51 /* bpf_strtoul arg in ptr_to_long_half_uninitialized() [all...] |
| H A D | test_sysctl_prog.c | 61 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
| H A D | test_sysctl_loop1.c | 63 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
| H A D | test_sysctl_loop2.c | 61 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
| /linux/Documentation/bpf/ |
| H A D | prog_cgroup_sysctl.rst | 90 * ``bpf_strtoul()`` to convert initial part of the string to unsigned long
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 548 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 566 .func = bpf_strtoul,
|