Searched refs:LISTEN (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 222 if (epcp->state == LISTEN) { in c4iw_fill_res_cm_id_entry() 241 if (epcp->state == LISTEN) { in c4iw_fill_res_cm_id_entry()
|
H A D | iw_cxgb4.h | 778 LISTEN, enumerator
|
H A D | cm.c | 2540 if (state_read(&parent_ep->com) != LISTEN) { in pass_accept_req() 2541 pr_err("%s - listening ep not in LISTEN\n", __func__); in pass_accept_req() 3582 state_set(&ep->com, LISTEN); in c4iw_create_listen()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 146 __chk_nr "ss -N $ns -Ml '$filter' | grep -c LISTEN" "$expected" "$msg" 0 176 listen_nr=$(ss -N "${ns}" -Ml | grep -c LISTEN)
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cm_trace.h | 26 ib_cm_state(LISTEN) \
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cm_trace.h | 26 ib_cm_state(LISTEN) \
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | sctp_vrf.sh | 80 grep LISTEN | grep "$IFACE" 2>&1 >/dev/null; do
|
H A D | fib_tests.sh | 2199 ip netns exec ns2 socat UDP4-LISTEN:54321,fork $tmp_file & 2257 ip netns exec ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
|
H A D | pmtu.sh | 1182 run_cmd_bg "${ns_b}" socat UDP-LISTEN:50000 OPEN:/dev/null,wronly=1 1339 ${ns_b} socat -T 3 -u -6 TCP-LISTEN:50000 STDOUT > $tmpoutfile &
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 404 echo SERVER-$family | ip netns exec "$ns1" timeout 5 socat -u STDIN TCP-LISTEN:2000 & 806 echo ROUTER | ip netns exec "$ns0" timeout 5 socat -u STDIN UDP4-LISTEN:1405 & 809 echo CLIENT | ip netns exec "$ns2" timeout 5 socat -u STDIN UDP4-LISTEN:1405,reuseport &
|
/kernel/linux/linux-6.6/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 | 766 LISTEN, enumerator
|
H A D | cm.c | 2534 if (state_read(&parent_ep->com) != LISTEN) { in pass_accept_req() 2535 pr_err("%s - listening ep not in LISTEN\n", __func__); in pass_accept_req() 3579 state_set(&ep->com, LISTEN); in c4iw_create_listen()
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 404 echo SERVER-$family | ip netns exec "$ns1" timeout 5 socat -u STDIN TCP-LISTEN:2000 &
|
Completed in 26 milliseconds