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.c32 : __imm(bpf_strtoul) in arg_ptr_to_long_uninitialized()
62 : __imm(bpf_strtoul) in ptr_to_long_half_uninitialized()
93 : __imm(bpf_strtoul) in arg_ptr_to_long_misaligned()
122 : __imm(bpf_strtoul) in to_long_size_sizeof_long()
151 : __imm(bpf_strtoul) in arg_ptr_to_long_initialized()
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.c545 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
563 .func = bpf_strtoul,