Searched refs:sockets (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/vsock/ |
| D | vsock_diag_test.c | 238 static void add_vsock_stat(struct list_head *sockets, in add_vsock_stat() argument 250 list_add_tail(&st->list, sockets); in add_vsock_stat() 256 static void read_vsock_stat(struct list_head *sockets) in read_vsock_stat() argument 311 add_vsock_stat(sockets, NLMSG_DATA(h)); in read_vsock_stat() 321 static void free_sock_stat(struct list_head *sockets) in free_sock_stat() argument 326 list_for_each_entry_safe(st, next, sockets, list) in free_sock_stat() 332 LIST_HEAD(sockets); in test_no_sockets() 334 read_vsock_stat(&sockets); in test_no_sockets() 336 check_no_sockets(&sockets); in test_no_sockets() 351 LIST_HEAD(sockets); in test_listen_socket_server() [all …]
|
| D | README | 3 These tests exercise net/vmw_vsock/ host<->guest sockets for VMware, KVM, and 9 * vsock_diag_test - vsock_diag.ko module for listing open sockets
|
| /tools/testing/selftests/net/rds/ |
| D | test.py | 140 sockets = [ variable 145 for s, addr in zip(sockets, addrs): 150 s.fileno(): s for s in sockets 154 addr: s for addr, s in zip(addrs, sockets) 158 s: addr for addr, s in zip(addrs, sockets) 166 for s in sockets: 181 sender = sockets[nr_send % 2] 182 receiver = sockets[1 - (nr_send % 3) % 2] 228 for s in sockets:
|
| /tools/testing/selftests/net/af_unix/ |
| D | scm_rights.c | 71 int sockets = -1, len, ret; in count_sockets() local 87 ret = sscanf(line + len, "%d %d", &unused2, &sockets); in count_sockets() 98 return sockets; in count_sockets()
|
| /tools/testing/selftests/net/packetdrill/ |
| D | tcp_zerocopy_fastopen-client.pkt | 7 // Fastopen requires a stored cookie. Create two sockets. The first
|
| /tools/perf/Documentation/ |
| D | perf.data-file-format.txt | 186 sibling sockets : 0-8
|
| D | perf-stat.txt | 299 is a useful mode to detect imbalance between sockets. To enable this mode,
|