On Fri, Sep 05, 2025 at 01:11 PM +02, Michal Luczaj wrote:
Preparatory patch before adding SK_PASS/SK_DROP support:
test_redir() => test_sockets() test_socket() => test_redir() test_send_redir_recv() => test_send_recv()
After the change (and the following patch) the call stack will be:
serial_test_sockmap_redir test_map test_sockets test_redir test_send_recv (test_verdict) (test_send_recv)
Signed-off-by: Michal Luczaj mhal@rbox.co
Reviewed-by: Jakub Sitnicki jakub@cloudflare.com