linux-bl808/tools/bpf/bpftool
Roman Gushchin 7ea3c40605 bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps
Add BPF_MAP_TYPE_REUSEPORT_SOCKARRAY map type to the list
of maps types which bpftool recognizes.

Signed-off-by: Roman Gushchin <guro@fb.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
Cc: Yonghong Song <yhs@fb.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-09-25 17:30:40 +02:00
..
bash-completion
Documentation tools/bpf: bpftool: improve output format for bpftool net 2018-09-18 17:42:31 +02:00
.gitignore
btf_dumper.c
cfg.c
cfg.h
cgroup.c
common.c
jit_disasm.c
json_writer.c
json_writer.h
main.c
main.h tools/bpf: bpftool: improve output format for bpftool net 2018-09-18 17:42:31 +02:00
Makefile
map.c bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps 2018-09-25 17:30:40 +02:00
map_perf_ring.c
net.c tools/bpf: bpftool: improve output format for bpftool net 2018-09-18 17:42:31 +02:00
netlink_dumper.c tools/bpf: bpftool: improve output format for bpftool net 2018-09-18 17:42:31 +02:00
netlink_dumper.h tools/bpf: bpftool: improve output format for bpftool net 2018-09-18 17:42:31 +02:00
perf.c
prog.c bpf: support flow dissector in libbpf and bpftool 2018-09-14 12:04:33 -07:00
xlated_dumper.c
xlated_dumper.h