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 | 975 int sock_map, int verd_map, in test_reuseport_select_listening() argument 985 zero_verdict_count(verd_map); in test_reuseport_select_listening() 1031 err = xbpf_map_lookup_elem(verd_map, &key, &pass); in test_reuseport_select_listening() 1044 int sock_map, int verd_map, in test_reuseport_select_connected() argument 1054 zero_verdict_count(verd_map); in test_reuseport_select_connected() 1132 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_select_connected() 1150 int verd_map, int reuseport_prog) in test_reuseport_mixed_groups() argument 1158 zero_verdict_count(verd_map); in test_reuseport_mixed_groups() 1202 err = xbpf_map_lookup_elem(verd_map, &key, &drop); in test_reuseport_mixed_groups()
|