Home
last modified time | relevance | path

Searched full:fastclose (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh62 unset fastclose
987 local fastclose=${fastclose:-""}
1014 if [ -n "${fastclose}" ]; then
1016 fail_test "fastclose tests need test_linkfail argument"
1022 local side=${fastclose}
1031 fail_test "wrong/unknown fastclose spec ${side}"
3676 if reset_check_counter "fastclose test" "MPTcpExtMPFastcloseTx"; then
3677 test_linkfail=1024 fastclose=client \
3684 if reset_check_counter "fastclose server test" "MPTcpExtMPFastcloseRx"; then
3685 test_linkfail=1024 fastclose=server \
H A Dmptcp_connect.c120 "fastclose at close/shutdown. If offset is negative, expect the peer to close before " in die_usage()
1522 /* when receiving a fastclose, ignore PIPE signals and in parse_opts()
/linux/net/mptcp/
H A Dprotocol.c2935 /* Explicitly send the fastclose reset as need */ in mptcp_do_fastclose()
3308 * do the MPTCP equivalent of TCP reset, aka MPTCP fastclose in __mptcp_close()