commit | 0231d7bcee8dbc532ef6813c7304783ffcb5e6e7 | [log] [tgz] |
---|---|---|
author | Geliang Tang <[email protected]> | Mon Apr 22 09:44:00 2024 +0800 |
committer | Geliang Tang <[email protected]> | Tue Jul 23 11:21:02 2024 +0800 |
tree | e598599b94da5532ac37d2399851653961c1ac1f | |
parent | 3dd2457168d8b1c2d04c45f4ccbc0275887982da [diff] |
selftests/bpf: Drop make_socket in sk_lookup This patch uses the public network helers client_socket() + make_sockaddr() in sk_lookup.c to create the client socket, set the timeout sockopts, and make the connecting address. The local defined function make_socket() can be dropped then. Signed-off-by: Geliang Tang <[email protected]>