Searched refs:verd_map (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 974 int sock_map, int verd_map, in test_reuseport_select_listening() argument 984 zero_verdict_count(verd_map); in test_reuseport_select_listening() 1030 err = xbpf_map_lookup_elem(verd_map, &key, &pass); in test_reuseport_select_listening() 1043 int sock_map, int verd_map, in test_reuseport_select_connected() argument 1053 zero_verdict_count(verd_map); in test_reuseport_select_connected() 1131 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_select_connected() 1149 int verd_map, int reuseport_prog) in test_reuseport_mixed_groups() argument 1157 zero_verdict_count(verd_map); in test_reuseport_mixed_groups() 1201 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_mixed_groups()
|