commit | 52d87d5f6418ba1b8b449ed5eea1532664896851 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Tue Jun 23 16:08:05 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Jun 24 18:37:58 2020 -0700 |
tree | 91abbbf647ebca6ed60aa16de6bd8839dab99984 | |
parent | b08d4d3b6c0460306e8a0608413b201705200d33 [diff] |
net: bpf: Implement bpf iterator for tcp The bpf iterator for tcp is implemented. Both tcp4 and tcp6 sockets will be traversed. It is up to bpf program to filter for tcp4 or tcp6 only, or both families of sockets. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Martin KaFai Lau <kafai@fb.com> Link: https://lore.kernel.org/bpf/20200623230805.3987959-1-yhs@fb.com