Searched full:ping (Results 1 – 25 of 1054) sorted by relevance
12345678910>>...43
| /kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/ |
| D | TESTING | 53 * Ping test 58 Ping test - service:echo, iters:1, version 3 59 vchi ping (size 0) -> 57.000000us 60 vchi ping (size 0, 0 async, 0 oneway) -> 122.000000us 63 vchi ping (size 0) -> 49.000000us 64 vchi ping (size 0, 0 async, 0 oneway) -> 70.000000us 67 vchi ping (size 0, 1 async, 0 oneway) -> 65.000000us 69 vchi ping (size 0, 2 async, 0 oneway) -> 74.000000us 71 vchi ping (size 0, 10 async, 0 oneway) -> 125.000000us 73 vchi ping (size 0, 0 async, 1 oneway) -> 70.000000us [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
| D | bridge_brouter.sh | 71 # ping netns1, expected to not work (ip forwarding is off) 72 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1 74 echo "ERROR: ping works, should have failed" 1>&2 87 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 89 echo "ERROR: ping did not work, but it should (broute+forward)" 1>&2 96 # ping netns1, expected to work (frames are bridged) 97 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 99 echo "ERROR: ping did not work, but it should (bridged)" 1>&2 105 # ping netns1, expected to not work (DROP in bridge forward) 106 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1 [all …]
|
| D | nft_nat.sh | 197 # ping netns1, expect rewrite to netns2 198 ip netns exec "$ns0" ping -q -c 1 dead:1::99 > /dev/null 243 test $lret -eq 0 && echo "PASS: ipv6 ping to $ns1 was $family NATted to $ns2" 277 # ping netns1, expect rewrite to netns2 278 ip netns exec "$ns0" ping -q -c 1 10.0.1.99 > /dev/null 281 echo "ERROR: ping failed" 323 test $lret -eq 0 && echo "PASS: ping to $ns1 was $family NATted to $ns2" 328 ip netns exec "$ns0" ping -q -c 1 10.0.1.99 > /dev/null 331 echo "ERROR: ping failed" 372 test $lret -eq 0 && echo "PASS: ping to $ns1 OK after $family nat output chain flush" [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
| D | bridge_brouter.sh | 71 # ping netns1, expected to not work (ip forwarding is off) 72 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1 74 echo "ERROR: ping works, should have failed" 1>&2 87 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 89 echo "ERROR: ping did not work, but it should (broute+forward)" 1>&2 96 # ping netns1, expected to work (frames are bridged) 97 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 99 echo "ERROR: ping did not work, but it should (bridged)" 1>&2 105 # ping netns1, expected to not work (DROP in bridge forward) 106 ip netns exec ns1 ping -q -c 1 10.0.0.12 > /dev/null 2>&1 [all …]
|
| D | nft_nat.sh | 197 # ping netns1, expect rewrite to netns2 198 ip netns exec "$ns0" ping -q -c 1 dead:1::99 > /dev/null 243 test $lret -eq 0 && echo "PASS: ipv6 ping to $ns1 was $family NATted to $ns2" 277 # ping netns1, expect rewrite to netns2 278 ip netns exec "$ns0" ping -q -c 1 10.0.1.99 > /dev/null 281 echo "ERROR: ping failed" 323 test $lret -eq 0 && echo "PASS: ping to $ns1 was $family NATted to $ns2" 328 ip netns exec "$ns0" ping -q -c 1 10.0.1.99 > /dev/null 331 echo "ERROR: ping failed" 372 test $lret -eq 0 && echo "PASS: ping to $ns1 OK after $family nat output chain flush" [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
| D | parallax-ping.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/parallax-ping.yaml# 7 title: Parallax PING))) and LaserPING range finder 14 - ping-gpios is raised by the driver to start measurement 15 - direction of ping-gpio is then switched into input with an interrupt 20 http://parallax.com/sites/default/files/downloads/28015-PING-Documentation-v1.6.pdf 25 - parallax,ping 28 ping-gpios: 43 - ping-gpios 52 ping-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/ |
| D | parallax-ping.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/parallax-ping.yaml# 7 title: Parallax PING))) and LaserPING range finder 14 - ping-gpios is raised by the driver to start measurement 15 - direction of ping-gpio is then switched into input with an interrupt 20 http://parallax.com/sites/default/files/downloads/28015-PING-Documentation-v1.6.pdf 25 - parallax,ping 28 ping-gpios: 43 - ping-gpios 52 ping-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | unicast_extensions.sh | 9 # of address, we test for interface assignment, ping, TCP, and forwarding. 59 # ping and nettest. 72 ip netns exec $foo_ns timeout 2 ping -c 1 $2 || return 1 73 ip netns exec $bar_ns timeout 2 ping -c 1 $1 || return 1 108 ip netns exec $foo_ns timeout 2 ping -c 1 $2 || return 1 109 ip netns exec $foo_ns timeout 2 ping -c 1 $4 || return 1 110 ip netns exec $bar_ns timeout 2 ping -c 1 $3 || return 1 111 ip netns exec $bar_ns timeout 2 ping -c 1 $1 || return 1 171 segmenttest 240.1.2.1 240.1.2.4 24 "assign and ping within 240/4 (1 of 2) (is allowed)" 172 segmenttest 250.100.2.1 250.100.30.4 16 "assign and ping within 240/4 (2 of 2) (is allowed)" [all …]
|
| D | fcnal-test.sh | 93 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 196 killall nettest ping ping6 >/dev/null 2>&1 582 run_cmd ping -c1 -w1 ${a} 583 log_test_addr ${a} $? 0 "ping out" 586 run_cmd ping -c1 -w1 -I ${NSA_DEV} ${a} 587 log_test_addr ${a} $? 0 "ping out, device bind" 590 run_cmd ping -c1 -w1 -I ${NSA_LO_IP} ${a} 591 log_test_addr ${a} $? 0 "ping out, address bind" 599 run_cmd ping -c 1 -w 1 -r ${a} 600 log_test_addr ${a} $? 0 "ping out (don't route), peer on link" [all …]
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | test_lwt_bpf.sh | 143 ping -c 3 $IPVETH1 || { 159 ping -c 3 $IPVETH1 || { 175 ping -c 3 $IP_LOCAL || { 199 ping -c 3 $IPVETH1 || { 212 ping -c 3 $IP_LOCAL || { 230 ping -c 3 $IPVETH1 || { 246 ping -c 3 $IP_LOCAL || { 270 ping -c 3 $IPVETH1 && { 271 failure "test_drop_all ${1}: Unexpected success of ping" 283 ping -c 3 $IP_LOCAL && { [all …]
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | test_lwt_bpf.sh | 146 ping -c 3 $IPVETH1 || { 162 ping -c 3 $IPVETH1 || { 178 ping -c 3 $IP_LOCAL || { 202 ping -c 3 $IPVETH1 || { 215 ping -c 3 $IP_LOCAL || { 233 ping -c 3 $IPVETH1 || { 249 ping -c 3 $IP_LOCAL || { 273 ping -c 3 $IPVETH1 && { 274 failure "test_drop_all ${1}: Unexpected success of ping" 286 ping -c 3 $IP_LOCAL && { [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_sock_addr.sh | 7 type ping${1} >/dev/null 2>&1 && PING="ping${1}" || PING="ping -${1}" 8 $PING -q -c 1 -W 1 ${2%%/*} >/dev/null 2>&1
|
| D | test_tunnel.sh | 35 # End-to-end ping packet flow 38 # then ping the underlay and overlay network. When doing 'ping 10.1.1.100' 248 ping $PING_ARG 10.1.1.100 250 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 272 ping $PING_ARG 10.1.1.100 274 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 300 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 301 ping $PING_ARG 10.1.1.100 329 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 330 ping $PING_ARG 10.1.1.100 [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| D | trigger-field-variable-support.tc | 4 # requires: set_event synthetic_events events/sched/sched_process_fork/hist ping:program 14 echo 'hist:keys=comm:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_waking/trigger 15 …cy($wakeup_lat,next_pid,sched.sched_waking.prio,next_comm) if next_comm=="ping"' > events/sched/sc… 18 ping $LOCALHOST -c 3 19 if ! grep -q "ping" events/synthetic/wakeup_latency/hist; then 27 …cy($wakeup_lat,next_pid,sched.sched_waking.prio,next_comm) if next_comm=="ping"' >> events/sched/s…
|
| D | trigger-inter-event-combined-hist.tc | 4 # requires: set_event synthetic_events events/sched/sched_process_fork/hist ping:program 20 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_waking/trigger 21 …ts0:onmatch(sched.sched_waking).waking_latency($waking_lat,pid) if comm=="ping"' > events/sched/sc… 25 echo 'hist:keys=pid:ts1=common_timestamp.usecs if comm=="ping"' >> events/sched/sched_wakeup/trigger 26 …h(sched.sched_wakeup).wakeup_latency($wakeup_lat,next_pid) if next_comm=="ping"' > events/sched/sc… 32 ping $LOCALHOST -c 3
|
| D | trigger-snapshot-action-hist.tc | 4 …apshot events/sched/sched_process_fork/hist "onchange(var)":README "snapshot()":README ping:program 15 …nchange($newprio).save(comm,prio):onchange($newprio).snapshot() if comm=="ping"' >> events/sched/s… 17 ping $LOCALHOST -c 3 18 nice -n 1 ping $LOCALHOST -c 3 26 if ! grep -q "comm=ping" snapshot; then
|
| D | trigger-onmatch-action-hist.tc | 4 # requires: set_event synthetic_events events/sched/sched_process_fork/hist ping:program 21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger 22 …hed_wakeup).wakeup_latency($wakeup_lat,next_pid,next_comm) if next_comm=="ping"' > events/sched/sc… 25 ping $LOCALHOST -c 5 26 if ! grep -q "ping" events/synthetic/wakeup_latency/hist; then
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_sock_addr.sh | 7 type ping${1} >/dev/null 2>&1 && PING="ping${1}" || PING="ping -${1}" 8 $PING -q -c 1 -W 1 ${2%%/*} >/dev/null 2>&1
|
| D | test_tunnel.sh | 35 # End-to-end ping packet flow 38 # then ping the underlay and overlay network. When doing 'ping 10.1.1.100' 286 ping $PING_ARG 10.1.1.100 288 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 314 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 315 ping $PING_ARG 10.1.1.100 343 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 344 ping $PING_ARG 10.1.1.100 369 ping $PING_ARG 10.1.1.100 371 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | bridge_locked_port.sh | 100 check_err $? "Ping did not work before locking port" 105 check_fail $? "Ping worked after locking port, but before adding FDB entry" 110 check_err $? "Ping did not work after locking port and adding FDB entry" 116 check_err $? "Ping did not work after unlocking port and removing FDB entry." 131 check_err $? "Ping through vlan did not work before locking port" 135 check_fail $? "Ping through vlan worked after locking port, but before adding FDB entry" 140 check_err $? "Ping through vlan did not work after locking port and adding FDB entry" 146 check_err $? "Ping through vlan did not work after unlocking port and removing FDB entry" 185 check_err $? "Ping did not work before locking port" 190 check_fail $? "Ping worked on a locked port without an FDB entry" [all …]
|
| D | forwarding.config.sample | 25 # IPv4 ping utility name 26 PING=ping 27 # IPv6 ping utility name. Some distributions use 'ping' for IPv6. 41 # Timeout (in seconds) before ping exits regardless of how many packets have
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
| D | bridge_locked_port.sh | 100 check_err $? "Ping did not work before locking port" 105 check_fail $? "Ping worked after locking port, but before adding FDB entry" 110 check_err $? "Ping did not work after locking port and adding FDB entry" 116 check_err $? "Ping did not work after unlocking port and removing FDB entry." 131 check_err $? "Ping through vlan did not work before locking port" 135 check_fail $? "Ping through vlan worked after locking port, but before adding FDB entry" 140 check_err $? "Ping through vlan did not work after locking port and adding FDB entry" 146 check_err $? "Ping through vlan did not work after unlocking port and removing FDB entry" 185 check_err $? "Ping did not work before locking port" 190 check_fail $? "Ping worked on a locked port without an FDB entry" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | xlnx,emaclite.yaml | 36 xlnx,tx-ping-pong: 38 description: hardware supports tx ping pong buffer. 40 xlnx,rx-ping-pong: 42 description: hardware supports rx ping pong buffer. 61 xlnx,rx-ping-pong; 62 xlnx,tx-ping-pong;
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | fcnal-test.sh | 82 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 185 killall nettest ping ping6 >/dev/null 2>&1 559 run_cmd ping -c1 -w1 ${a} 560 log_test_addr ${a} $? 0 "ping out" 563 run_cmd ping -c1 -w1 -I ${NSA_DEV} ${a} 564 log_test_addr ${a} $? 0 "ping out, device bind" 567 run_cmd ping -c1 -w1 -I ${NSA_LO_IP} ${a} 568 log_test_addr ${a} $? 0 "ping out, address bind" 577 run_cmd_nsb ping -c1 -w1 ${a} 578 log_test_addr ${a} $? 0 "ping in" [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | forwarding.config.sample | 25 # IPv4 ping utility name 26 PING=ping 27 # IPv6 ping utility name. Some distributions use 'ping' for IPv6. 41 # Timeout (in seconds) before ping exits regardless of how many packets have
|
12345678910>>...43