/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_queue.sh | 272 timeout 5 ip netns exec "$ns2" socat -u TCP-LISTEN:12345 STDOUT >/dev/null & 286 timeout 5 ip netns exec "$nsrouter" socat -u TCP-LISTEN:12345 STDOUT >/dev/null & 329 timeout 5 ip netns exec "$nsrouter" socat -u TCP-LISTEN:12345 STDOUT >/dev/null & 431 timeout 60 ip netns exec "$ns2" socat -u SCTP-LISTEN:12345 STDOUT > "$TMPFILE1" & 465 timeout 60 ip netns exec "$ns2" socat -u SCTP-LISTEN:12345 STDOUT > "$TMPFILE1" & 515 timeout 10 ip netns exec "$ns2" socat UDP-LISTEN:12345,fork OPEN:"$TMPFILE1",trunc & 518 timeout 10 ip netns exec "$ns3" socat UDP-LISTEN:12345,fork OPEN:"$TMPFILE2",trunc &
|
H A D | nft_conntrack_helper.sh | 117 ip netns exec "$ns2" socat -t 3 -u -4 TCP-LISTEN:"$port",reuseaddr STDOUT > /dev/null & 132 ip netns exec "$ns2" socat -t 3 -u -6 TCP-LISTEN:"$port",reuseaddr STDOUT > /dev/null &
|
H A D | nf_nat_edemux.sh | 39 ip netns exec "$ns1" socat -u TCP-LISTEN:5201,fork OPEN:/dev/null,wronly=1 &
|
H A D | conntrack_tcp_unreplied.sh | 83 ip netns exec "$ns2" socat -u -4 TCP-LISTEN:8080,reuseaddr STDOUT &
|
H A D | conntrack_vrf.sh | 90 ip netns exec "$ns1" socat -u -4 TCP-LISTEN:55555,reuseaddr,fork STDOUT > /dev/null &
|
H A D | nft_nat.sh | 369 echo "SERVER-$family" | ip netns exec "$ns1" timeout 3 socat -u STDIN TCP-LISTEN:2000 & 735 echo ROUTER | ip netns exec "$ns0" timeout 3 socat -T 3 -u STDIN UDP4-LISTEN:1405 2>/dev/null & 737 …echo CLIENT | ip netns exec "$ns2" timeout 3 socat -T 3 -u STDIN UDP4-LISTEN:1405,reuseport 2>/dev…
|
H A D | ipvs.sh | 100 ip netns exec "$ns2" timeout 5 socat -u -4 TCP-LISTEN:8080,reuseaddr STDOUT > "${outfile}" &
|
H A D | nft_nat_zones.sh | 228 ip netns exec "$srv" socat -u TCP-LISTEN:5201,fork STDOUT > /dev/null 2>/dev/null &
|
H A D | nft_flowtable.sh | 349 …timeout "$SOCAT_TIMEOUT" ip netns exec "$nsb" socat -4 TCP-LISTEN:12345,reuseaddr STDIO < "$nsin" …
|
/linux/tools/testing/selftests/net/ |
H A D | amt.sh | 219 RESULT4=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP4-LISTEN:4000,readbytes=128 || true) 231 RESULT6=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP6-LISTEN:6000,readbytes=128 || true)
|
H A D | sctp_vrf.sh | 74 grep LISTEN | grep "$IFACE" 2>&1 >/dev/null; do
|
H A D | fib_tests.sh | 2293 ip netns exec $ns2 socat UDP4-LISTEN:54321,fork $tmp_file & 2351 ip netns exec $ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
|
H A D | pmtu.sh | 1276 run_cmd_bg "${ns_b}" socat UDP-LISTEN:50000 OPEN:/dev/null,wronly=1 1433 ${ns_b} socat -T 3 -u -6 TCP-LISTEN:50000,reuseaddr STDOUT > $tmpoutfile &
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | peer.sh | 118 ip netns exec nssv socat TCP-LISTEN:1234,fork $tmp_file &
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | netcons_basic.sh | 143 socat UDP-LISTEN:"${PORT}",fork "${OUTPUT}"
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 176 listen_nr=$(ss -N "${ns}" -Ml | grep -c LISTEN)
|
/linux/drivers/infiniband/core/ |
H A D | cm_trace.h | 26 ib_cm_state(LISTEN) \
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 222 if (epcp->state == LISTEN) { in c4iw_fill_res_cm_id_entry()
|
H A D | iw_cxgb4.h | 802 LISTEN, enumerator
|
H A D | cm.c | 2538 if (state_read(&parent_ep->com) != LISTEN) { in pass_accept_req() 3583 state_set(&ep->com, LISTEN); in c4iw_create_listen()
|
/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 345 TCP socket is in LISTEN state, and kernel need to drop a packet,
|
H A D | can.rst | 1294 LISTEN-ONLY, or TRIPLE-SAMPLING.
|