Searched refs:SERVER_A (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | sk_lookup.c | 50 SERVER_A = 0, enumerator 643 .accept_on = SERVER_A, in test_redirect_lookup() 687 .accept_on = SERVER_A, in test_redirect_lookup() 734 .accept_on = SERVER_A, in test_redirect_lookup() 789 .accept_on = SERVER_A, in test_redirect_lookup() 936 err = update_lookup_map(t->sock_map, SERVER_A, server1); in drop_on_reuseport() 1105 err = update_lookup_map(skel->maps.redir_map, SERVER_A, connected_fd); in run_sk_assign_connected() 1193 err = update_lookup_map(t->redir_map, SERVER_A, server_fd); in run_multi_prog_lookup()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_sk_lookup.c | 55 SERVER_A = 0, enumerator 64 static const __u32 KEY_SERVER_A = SERVER_A;
|