Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_sysctl_loop1.c64 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
Dtest_sysctl_loop2.c62 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
Dtest_sysctl_prog.c62 ret = bpf_strtoul(value + off, MAX_ULONG_STR_LEN, 0, in sysctl_tcp_mem()
/linux-6.1.9/Documentation/bpf/
Dprog_cgroup_sysctl.rst90 * ``bpf_strtoul()`` to convert initial part of the string to unsigned long
/linux-6.1.9/kernel/bpf/
Dhelpers.c533 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
552 .func = bpf_strtoul,