Re: [PATCH bpf-next v5 00/15] implement bpf iterator for tcp and udp sockets

2020-06-24 Thread Alexei Starovoitov
On Tue, Jun 23, 2020 at 4:08 PM Yonghong Song wrote: > > bpf iterator implments traversal of kernel data structures and these > data structures are passed to a bpf program for processing. > This gives great flexibility for users to examine kernel data > structure without using e.g. /proc/net which

[PATCH bpf-next v5 00/15] implement bpf iterator for tcp and udp sockets

2020-06-23 Thread Yonghong Song
bpf iterator implments traversal of kernel data structures and these data structures are passed to a bpf program for processing. This gives great flexibility for users to examine kernel data structure without using e.g. /proc/net which has limited and fixed format. Commit 138d0be35b14 ("net: bpf: