Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1487 local with_cookie
1504 with_cookie=$(ip netns exec $ns2 sysctl -n net.ipv4.tcp_syncookies)
1512 if [ "$with_cookie" = 2 ] && [ "$count" -gt "$syn_ack_nr" ] && [ "$count" -le "$syn_nr" ]; then