Lines Matching refs:tcp
123 if [ "$TEST_TRANSPORT" == "tcp" ] || [ "$TEST_TRANSPORT" == "rdma" ]; then
138 # about the nvme-tcp module below.
217 ipts -I INPUT 1 -i $NVMF_INITIATOR_INTERFACE -p tcp --dport $NVMF_PORT -j ACCEPT
218 ipts -I INPUT 1 -i $NVMF_INITIATOR_INTERFACE2 -p tcp --dport $NVMF_PORT -j ACCEPT
287 ipts -I INPUT 1 -i $NVMF_INITIATOR_INTERFACE -p tcp --dport $NVMF_PORT -j ACCEPT
416 if [[ $TEST_TRANSPORT == tcp ]]; then
445 if [[ $TEST_TRANSPORT == tcp ]]; then
459 if [[ $TEST_TRANSPORT == tcp ]]; then
492 elif [[ "$TEST_TRANSPORT" == "tcp" ]]; then
496 if [ "$TEST_TRANSPORT" == "tcp" ] || [ "$TEST_TRANSPORT" == "rdma" ]; then
497 # currently we run the host/perf test for TCP even on systems without kernel nvme-tcp
500 # with nvme-tcp kernel support - but until then let this pass so we can still run the
501 # host/perf test with the tcp transport
523 if [[ "$TEST_TRANSPORT" == "tcp" ]]; then
764 # Determine which ip to use based on nvmftestinit() setup. For tcp we pick
766 # to nvmet under tcp setup. $NVMF_FIRST_TARGET_IP is solely for rdma use.
773 ip_candidates["tcp"]=NVMF_INITIATOR_IP