diff options
author | Stanislav Fomichev <[email protected]> | 2019-08-14 10:37:51 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-08-17 23:18:54 +0200 |
commit | c3bbf176fbad5d7470f8a4f311f7c11126ad36c2 (patch) | |
tree | 58bd99ef6f3fc2528b6e0d41801238af71e7374e /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 9e819ffcfe35c3779166d0fc0088215cf4924c33 (diff) |
selftests/bpf: add sockopt clone/inheritance test
Add a test that calls setsockopt on the listener socket which triggers
BPF program. This BPF program writes to the sk storage and sets
clone flag. Make sure that sk storage is cloned for a newly
accepted connection.
We have two cloned maps in the tests to make sure we hit both cases
in bpf_sk_storage_clone: first element (sk_storage_alloc) and
non-first element(s) (selem_link_map).
Cc: Martin KaFai Lau <[email protected]>
Cc: Yonghong Song <[email protected]>
Acked-by: Martin KaFai Lau <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Signed-off-by: Stanislav Fomichev <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions