Searched refs:verd_map (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 972 int sock_map, int verd_map, in test_reuseport_select_listening() argument 982 zero_verdict_count(verd_map); in test_reuseport_select_listening() 1028 err = xbpf_map_lookup_elem(verd_map, &key, &pass); in test_reuseport_select_listening() 1041 int sock_map, int verd_map, in test_reuseport_select_connected() argument 1051 zero_verdict_count(verd_map); in test_reuseport_select_connected() 1129 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_select_connected() 1147 int verd_map, int reuseport_prog) in test_reuseport_mixed_groups() argument 1155 zero_verdict_count(verd_map); in test_reuseport_mixed_groups() 1199 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_mixed_groups()
|