Searched refs:SERVER_A (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_lookup.c | 54 SERVER_A = 0, enumerator 709 .accept_on = SERVER_A, in test_redirect_lookup() 753 .accept_on = SERVER_A, in test_redirect_lookup() 800 .accept_on = SERVER_A, in test_redirect_lookup() 855 .accept_on = SERVER_A, in test_redirect_lookup() 965 err = update_lookup_map(t->sock_map, SERVER_A, server1); in drop_on_reuseport() 1132 err = update_lookup_map(skel->maps.redir_map, SERVER_A, connected_fd); in run_sk_assign_connected() 1219 err = update_lookup_map(t->redir_map, SERVER_A, server_fd); in run_multi_prog_lookup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_lookup.c | 53 SERVER_A = 0, enumerator 708 .accept_on = SERVER_A, in test_redirect_lookup() 752 .accept_on = SERVER_A, in test_redirect_lookup() 799 .accept_on = SERVER_A, in test_redirect_lookup() 854 .accept_on = SERVER_A, in test_redirect_lookup() 995 err = update_lookup_map(t->sock_map, SERVER_A, server1); in drop_on_reuseport() 1162 err = update_lookup_map(skel->maps.redir_map, SERVER_A, connected_fd); in run_sk_assign_connected() 1249 err = update_lookup_map(t->redir_map, SERVER_A, server_fd); in run_multi_prog_lookup()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 55 SERVER_A = 0, enumerator 64 static const __u32 KEY_SERVER_A = SERVER_A; 555 /* Check that sk_assign rejects SERVER_A socket with -ESOCKNOSUPPORT */
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 55 SERVER_A = 0, enumerator 64 static const __u32 KEY_SERVER_A = SERVER_A; 573 /* Check that sk_assign rejects SERVER_A socket with -ESOCKNOSUPPORT */
|
Completed in 8 milliseconds