diff options
author | Yonghong Song <yhs@fb.com> | 2020-07-23 11:41:16 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-07-25 20:16:33 -0700 |
commit | 5ce6e77c7edf7310a0ff9532fd6b9693c082ab32 (patch) | |
tree | e0d5c4833533f12fbcb9fc0cffe5072df75991f7 /tools/lib/bpf | |
parent | d3cc2ab546adc6e52b65f36f7c34820d2830d0c9 (diff) | |
download | linux-5ce6e77c7edf7310a0ff9532fd6b9693c082ab32.tar.gz linux-5ce6e77c7edf7310a0ff9532fd6b9693c082ab32.tar.bz2 linux-5ce6e77c7edf7310a0ff9532fd6b9693c082ab32.zip |
bpf: Implement bpf iterator for sock local storage map
The bpf iterator for bpf sock local storage map
is implemented. User space interacts with sock
local storage map with fd as a key and storage value.
In kernel, passing fd to the bpf program does not
really make sense. In this case, the sock itself is
passed to bpf program.
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200723184116.590602-1-yhs@fb.com
Diffstat (limited to 'tools/lib/bpf')
0 files changed, 0 insertions, 0 deletions