Searched refs:verd_map (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 1168 int sock_map, int verd_map, in test_reuseport_select_listening() argument 1178 zero_verdict_count(verd_map); in test_reuseport_select_listening() 1224 err = xbpf_map_lookup_elem(verd_map, &key, &pass); in test_reuseport_select_listening() 1237 int sock_map, int verd_map, in test_reuseport_select_connected() argument 1247 zero_verdict_count(verd_map); in test_reuseport_select_connected() 1325 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_select_connected() 1343 int verd_map, int reuseport_prog) in test_reuseport_mixed_groups() argument 1352 zero_verdict_count(verd_map); in test_reuseport_mixed_groups() 1402 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_mixed_groups()
|