commit | fce557bcef119a1bc5ab3cb02678cf454bcaf424 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Mon Jul 20 09:34:02 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Jul 21 13:26:26 2020 -0700 |
tree | d4ddf93d2e8d61a58086d8985d2f84dcd4387b34 | |
parent | 0f12e584b241285cf60a6227f3771fa444cfcf76 [diff] |
bpf: Make btf_sock_ids global tcp and udp bpf_iter can reuse some socket ids in btf_sock_ids, so make it global. I put the extern definition in btf_ids.h as a central place so it can be easily discovered by developers. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200720163402.1393427-1-yhs@fb.com