Searched refs:tcp_fastopen (Results 1 - 19 of 19) sorted by relevance

/external/ltp/testcases/network/stress/interface/
H A Dif-lib.sh38 pkill -13 -x tcp_fastopen
39 tst_rhost_run -c "pkill -13 -x tcp_fastopen"
46 tcp_fastopen -R 3 -g $port > /dev/null 2>&1 &
47 tst_rhost_run -b -c "tcp_fastopen -l -H $(tst_ipaddr) -g $port"
H A Dif-addr-adddel86 pgrep -x tcp_fastopen > /dev/null || make_background_tcp_traffic
H A Dif-mtu-change78 pgrep -x tcp_fastopen > /dev/null || make_background_tcp_traffic
H A Dif-route-adddel82 pgrep -x tcp_fastopen > /dev/null || make_background_tcp_traffic
H A Dif-route-addlarge90 pgrep -x tcp_fastopen > /dev/null || make_background_tcp_traffic
H A Dif-addr-addlarge99 pgrep -x tcp_fastopen > /dev/null || make_background_tcp_traffic
/external/ltp/runtest/
H A Dnet.features11 tcp_fastopen tcp_fastopen_run.sh
/external/ltp/testcases/network/stress/ssh/
H A Dssh-stress03-rmt60 tcp_fastopen -r $requests -l -H $localhost -g $lport > /dev/null
H A Dssh-stress37 pkill 'tcp_fastopen$'
134 tcp_fastopen -R 3 -g $port > tcp_server.log 2>&1 &
/external/ltp/testcases/network/tcp_fastopen/
H A Dtcp_fastopen_run.sh30 TCID="tcp_fastopen"
64 tst_rhost_run -c "pkill -9 tcp_fastopen\$"
87 tst_rhost_run -c "pkill -9 tcp_fastopen\$"
93 tst_rhost_run -s -b -c "tcp_fastopen -R $max_requests $1 -g $port"
97 tcp_fastopen -a $clients_num -r $client_requests -l \
/external/curl/src/
H A Dtool_cfgable.h177 bool tcp_fastopen; member in struct:OperationConfig
H A Dtool_getparam.c1411 config->tcp_fastopen = TRUE;
H A Dtool_operate.c798 if(config->tcp_fastopen)
/external/ltp/testcases/lib/
H A Dtest_net.sh287 tst_resm TINFO "run tcp_fastopen with '$ip_addr', port '$port'"
288 tst_rhost_run -s -b -c "tcp_fastopen -R $max_requests \
291 # check that tcp_fastopen on rhost in 'Listening' state
303 tcp_fastopen -a $clients_num -r $client_requests -l -H $ip_addr\
310 tst_rhost_run -c "pkill -9 tcp_fastopen\$"
/external/curl/lib/
H A Dsendf.c351 if(conn->bits.tcp_fastopen) {
354 conn->bits.tcp_fastopen = FALSE;
H A Dconnect.c672 if(!conn->bits.reuse && !conn->bits.tcp_fastopen) {
781 else if(rc == CURL_CSELECT_OUT || conn->bits.tcp_fastopen) {
1074 if(conn->bits.tcp_fastopen) {
H A Durldata.h545 bool tcp_fastopen; /* use TCP Fast Open */ member in struct:ConnectBits
1671 bool tcp_fastopen; /* use TCP Fast Open */ member in struct:UserDefined
H A Durl.c604 set->tcp_fastopen = FALSE;
2647 data->set.tcp_fastopen = (0 != va_arg(param, long))?TRUE:FALSE;
6068 conn->bits.tcp_fastopen = data->set.tcp_fastopen;
/external/ltp/android/
H A DAndroid.ltp.mk3389 module_src_files := testcases/network/tcp_fastopen/tcp_fastopen_run.sh

Completed in 1339 milliseconds