commit | 36856f26dec2b183d1ea19310320bae89bc71986 | [log] [tgz] |
---|---|---|
author | Geliang Tang <[email protected]> | Mon Jul 22 14:11:52 2024 +0800 |
committer | Geliang Tang <[email protected]> | Tue Jul 23 21:33:14 2024 +0800 |
tree | 764e45fbdff16ae8491884f737ea722335a46c91 | |
parent | 768969b96ada5187720a944b00a0a5ab1ae4fa2a [diff] |
selftests/bpf: Use start_server_str in sockmap_helpers Now both SOCK_SEQPACKET and SOCK_NONBLOCK can be passed as "type" parameter into start_server_str(), use this helper in socket_loopback_reuseport() in sockmap_helpers.h to simplify the code. Signed-off-by: Geliang Tang <[email protected]>