Home
last modified time | relevance | path

Searched refs:BTF_FUNC_PROTO_ARG_ENC (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2422 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2423 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2444 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2445 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2446 BTF_FUNC_PROTO_ARG_ENC(0, 0),
2467 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2468 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 2),
2469 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 0),
2492 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2493 BTF_FUNC_PROTO_ARG_ENC(0, 0),
[all …]
/tools/testing/selftests/bpf/
Dtest_btf.h63 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ macro