Searched refs:socket_loopback_reuseport (Results 1 – 1 of 1) sorted by relevance
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | sockmap_listen.c | 287 static int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport() function 321 return socket_loopback_reuseport(family, sotype, -1); in socket_loopback() 1180 s = socket_loopback_reuseport(family, sotype | SOCK_NONBLOCK, in test_reuseport_select_listening() 1249 s = socket_loopback_reuseport(family, sotype, reuseport_prog); in test_reuseport_select_connected() 1354 s1 = socket_loopback_reuseport(family, sotype, reuseport_prog); in test_reuseport_mixed_groups() 1358 s2 = socket_loopback_reuseport(family, sotype, reuseport_prog); in test_reuseport_mixed_groups()
|