Lines Matching refs:vsock

88 	"Check /proc/sys/net/vsock/ns_mode strings on the host."
91 "Check /proc/sys/net/vsock/ns_mode is read-only and child_ns_mode is writable."
124 "Run socat to test a loopback vsock in a global ns fails to connect to a vsock in a local ns."
127 "Run socat to test a loopback vsock in a local ns fails to connect to a vsock in a global ns."
130 "Run socat to test a loopback vsock in a local ns fails to connect to a vsock in another local ns."
133 "Run socat to test a loopback vsock in a global ns successfully connects to a vsock in another global ns."
136 "Run socat to test a loopback vsock in a local ns successfully connects to a vsock in the same ns."
217 tee /proc/sys/net/vsock/child_ns_mode &>/dev/null
220 tee /proc/sys/net/vsock/child_ns_mode &>/dev/null
314 printf " Please build the kselftest vsock target.\n"
369 die "err: socat is missing vsock support"
478 -device vhost-vsock-pci,guest-cid=${VSOCK_CID} \
547 vsock)
548 if ss --listening --vsock --numeric | grep -q ":${port} "; then
602 vm_ssh "${ns}" -- dmesg --level=warn 2>/dev/null | grep -c -i 'vsock'
748 ip netns exec "${ns}" cat /proc/sys/net/vsock/ns_mode 2>/dev/null
843 vm_wait_for_listener "${ns1}" "${port}" "vsock"
941 host_wait_for_listener "${ns1}" "${port}" "vsock"
1000 vm_wait_for_listener "${ns1}" "${port}" "vsock"
1036 host_wait_for_listener "${ns1}" "${port}" "vsock"
1082 host_wait_for_listener "${ns1}" "${port}" "vsock"
1171 # binding both G2H and H2G CIDs. Because virtio-vsock (G2H) doesn't
1295 if echo "${mode}" 2>/dev/null > /proc/sys/net/vsock/ns_mode; then
1302 tee /proc/sys/net/vsock/child_ns_mode &>/dev/null; then
1372 vm_wait_for_listener "${ns0}" "${port}" "vsock"
1479 host_warn_cnt_before=$(dmesg --level=warn | grep -c -i 'vsock')
1493 host_warn_cnt_after=$(dmesg --level=warn | grep -c -i 'vsock')
1531 host_warn_before=$(dmesg --level=warn 2>/dev/null | grep -c -i 'vsock')
1543 host_warn_after=$(dmesg --level=warn 2>/dev/null | grep -c -i 'vsock')