Searched refs:socket_loopback_reuseport (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 352 static inline int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport() function 386 return socket_loopback_reuseport(family, sotype, -1); in socket_loopback()
|
H A D | sockmap_listen.c | 984 s = socket_loopback_reuseport(family, sotype | SOCK_NONBLOCK, in test_reuseport_select_listening() 1053 s = socket_loopback_reuseport(family, sotype, reuseport_prog); in test_reuseport_select_connected() 1158 s1 = socket_loopback_reuseport(family, sotype, reuseport_prog); in test_reuseport_mixed_groups() 1162 s2 = socket_loopback_reuseport(family, sotype, reuseport_prog); in test_reuseport_mixed_groups()
|