Searched refs:KEY_SERVER_B (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c65 static const __u32 KEY_SERVER_B = SERVER_B; variable
208 __u32 key = KEY_SERVER_B;
223 sk = bpf_map_lookup_elem(&redir_map, &KEY_SERVER_B);
241 ret = SK_PASS; /* Success, redirect to KEY_SERVER_B */
264 sk = bpf_map_lookup_elem(&redir_map, &KEY_SERVER_B);
273 ret = SK_PASS; /* Success, redirect to KEY_SERVER_B */
295 sk = bpf_map_lookup_elem(&redir_map, &KEY_SERVER_B);
316 ret = SK_PASS; /* Success, redirect to KEY_SERVER_B */
360 sk2 = bpf_map_lookup_elem(&redir_map, &KEY_SERVER_B);
375 ret = SK_PASS; /* Success, redirect to KEY_SERVER_B */
[all...]

Completed in 74 milliseconds