Home
last modified time | relevance | path

Searched refs:mptcp_connect (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Ddiag.sh275 ./mptcp_connect -p 10000 -l -t ${timeout_poll} -w 20 \
284 ./mptcp_connect -p 10000 -r 0 -t ${timeout_poll} -w 20 \
301 ./mptcp_connect -p 10001 -l -s TCP -t ${timeout_poll} -w 20 \
307 ./mptcp_connect -p 10001 -r 0 -t ${timeout_poll} -w 20 \
323 ./mptcp_connect -p $((I+10001)) -l -w 20 \
332 ./mptcp_connect -p $((I+10001)) -w 20 \
347 ip netns exec $ns ./mptcp_connect -p $((I + 20001)) \
356 echo a | ip netns exec $ns ./mptcp_connect -p $((I + 20001)) 127.0.0.1 >/dev/null 2>&1 &
H A DMakefile7 TEST_PROGS := mptcp_connect.sh pm_netlink.sh mptcp_join.sh diag.sh \
10 TEST_GEN_FILES = mptcp_connect pm_nl_ctl mptcp_sockopt mptcp_inq
H A D.gitignore2 mptcp_connect
H A Duserspace_pm.sh181 ./mptcp_connect -s MPTCP -w 300 -p $app_port -l $listen_addr > /dev/null 2>&1 &
188 ./mptcp_connect -s MPTCP -w 300 -m sendfile -p $app_port $connect_addr\
/linux/net/mptcp/
H A Dprotocol.c3748 static int mptcp_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len) in mptcp_connect() function
3830 .connect = mptcp_connect,