bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
authorDaniel Xu <dxu@dxuuu.xyz>
Wed, 12 Jun 2024 15:58:31 +0000 (09:58 -0600)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 12 Jun 2024 18:01:31 +0000 (11:01 -0700)
commit0ce089cbdc6a393bf9ad04964427852800503a58
treeb3348e120fa3f826e7d8945b5b63048018205004
parent2b8dd87332cd2782b5b3f0c423bd6693e487ed30
bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp

With generated kfunc prototypes, the existing callback names will
conflict. Fix by namespacing with a bpf_ prefix.

Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
Link: https://lore.kernel.org/r/efe7aadad8a054e5aeeba94b1d2e4502eee09d7a.1718207789.git.dxu@dxuuu.xyz
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/bpf_dctcp.c