Searched refs:socket_loopback (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 110 s = socket_loopback(family, sotype); in test_insert() 127 s = socket_loopback(family, sotype); in test_delete_after_insert() 145 s = socket_loopback(family, sotype); in test_delete_after_close() 170 s = socket_loopback(family, sotype); in test_lookup_after_insert() 198 s = socket_loopback(family, sotype); in test_lookup_after_delete() 221 s = socket_loopback(family, sotype); in test_lookup_32_bit_value() 253 s1 = socket_loopback(family, sotype); in test_update_existing() 257 s2 = socket_loopback(family, sotype); in test_update_existing() 283 s = socket_loopback(family, sotype); in do_destroy_orphan_child() 345 s = socket_loopback(family, sotype); in test_clone_after_delete() [all …]
|
| H A D | socket_helpers.h | 266 static inline int socket_loopback(int family, int sotype) in socket_loopback() function 339 s = socket_loopback(family, sotype); in create_pair()
|
| H A D | sockmap_basic.c | 808 udp = socket_loopback(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK); in test_sockmap_many_socket() 877 udp = socket_loopback(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK); in test_sockmap_many_maps() 948 udp = socket_loopback(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK); in test_sockmap_same_sock()
|