commit | a9ce4cf4e47c55ab40641b92551bc9e1de4bfa61 | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <jakub@cloudflare.com> | Thu Dec 12 11:22:53 2019 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Dec 13 12:38:00 2019 -0800 |
tree | f8040169492f470614b2e963c386ca339601d763 | |
parent | 11f80355d4d27c7c798fc9890b4056c5d98af992 [diff] |
selftests/bpf: Add helpers for getting socket family & type name Having string arrays to map socket family & type to a name prevents us from unrolling the test runner loop in the subsequent patch. Introduce helpers that do the same thing. Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191212102259.418536-5-jakub@cloudflare.com