Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_int_ptr.c14 /* 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 Dtest_sysctl_prog.c61 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
H A Dtest_sysctl_loop1.c63 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
H A Dtest_sysctl_loop2.c61 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
/linux/Documentation/bpf/
H A Dprog_cgroup_sysctl.rst90 * ``bpf_strtoul()`` to convert initial part of the string to unsigned long
/linux/kernel/bpf/
H A Dhelpers.c548 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
566 .func = bpf_strtoul,