diff options
author | Hou Tao <houtao1@huawei.com> | 2021-12-10 17:16:49 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-12-12 04:40:23 +0300 |
commit | c5fb19937455095573a19ddcbff32e993ed10e35 (patch) | |
tree | 3b6d784c20323c61580a632867415377c4dd4205 /tools/testing/selftests/bpf/benchs/bench_count.c | |
parent | 259172bb6514758ce3be1610c500b51a9f44212a (diff) | |
download | linux-c5fb19937455095573a19ddcbff32e993ed10e35.tar.xz |
bpf: Add bpf_strncmp helper
The helper compares two strings: one string is a null-terminated
read-only string, and another string has const max storage size
but doesn't need to be null-terminated. It can be used to compare
file name in tracing or LSM program.
Signed-off-by: Hou Tao <houtao1@huawei.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211210141652.877186-2-houtao1@huawei.com
Diffstat (limited to 'tools/testing/selftests/bpf/benchs/bench_count.c')
0 files changed, 0 insertions, 0 deletions