Searched refs:bpf_strtoul (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | verifier_int_ptr.c | 33 : __imm(bpf_strtoul) in arg_ptr_to_long_uninitialized() 65 : __imm(bpf_strtoul) in ptr_to_long_half_uninitialized() 96 : __imm(bpf_strtoul) in arg_ptr_to_long_misaligned() 125 : __imm(bpf_strtoul) in to_long_size_sizeof_long() 154 : __imm(bpf_strtoul) in arg_ptr_to_long_initialized()
|
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()
|
D | test_sysctl_loop1.c | 64 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
|
/linux-6.6.21/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 90 * ``bpf_strtoul()`` to convert initial part of the string to unsigned long
|
/linux-6.6.21/kernel/bpf/ |
D | helpers.c | 543 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 562 .func = bpf_strtoul,
|