Searched refs:ping (Results 1 – 25 of 158) sorted by relevance
1234567
/Linux-v4.19/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 && { 283 ping -c 3 $IP_LOCAL && { 296 ping -c 3 $IPVETH1 || { [all …]
|
D | tc_l2_redirect.sh | 108 $IP netns exec ns1 ping -c1 10.10.1.102 >& /dev/null 113 ping -c1 10.10.1.102 >& /dev/null 145 $IP netns exec ns1 ping -c1 10.10.1.102 >& /dev/null 146 $IP netns exec ns1 ping -6 -c1 2401:face::66 >& /dev/null 151 ping -c1 10.10.1.102 >& /dev/null 152 ping -6 -c1 2401:face::66 >& /dev/null
|
D | test_ipip.sh | 104 ip netns exec at_ns0 ping -c 1 10.1.1.200 105 ip netns exec at_ns2 ping -c 1 10.1.1.100 126 ip netns exec at_ns0 ping -c 1 10.1.1.200 127 ip netns exec at_ns2 ping -c 1 10.1.1.100 148 ip netns exec at_ns0 ping -6 -c 1 2601:646::2 149 ip netns exec at_ns2 ping -6 -c 1 2601:646::1
|
D | test_cgrp2_sock2.sh | 51 ping -c1 -w1 172.16.1.100 76 ping -c1 -w1 172.16.1.100
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 284 ping $PING_ARG 10.1.1.100 286 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 312 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 313 ping $PING_ARG 10.1.1.100 341 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 342 ping $PING_ARG 10.1.1.100 367 ping $PING_ARG 10.1.1.100 369 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 392 ip netns exec at_ns0 ping $PING_ARG 10.1.1.200 414 ping $PING_ARG 10.1.1.100 [all …]
|
D | test_xdp_redirect.sh | 58 ip netns exec ns1 ping -c 1 10.1.1.22 59 ip netns exec ns2 ping -c 1 10.1.1.11
|
D | test_xdp_meta.sh | 49 ip netns exec ns1 ping -c 1 10.1.1.22 50 ip netns exec ns2 ping -c 1 10.1.1.11
|
D | test_sock_addr.sh | 7 ping -${1} -q -c 1 -W 1 ${2%%/*} >/dev/null 2>&1
|
/Linux-v4.19/drivers/watchdog/ |
D | max63xx_wdt.c | 56 void (*ping)(struct max63xx_wdt *wdt); member 124 wdt->ping(wdt); in max63xx_wdt_ping() 136 wdt->ping(wdt); in max63xx_wdt_start() 152 .ping = max63xx_wdt_ping, 198 wdt->ping = max63xx_mmap_ping; in max63xx_mmap_init()
|
D | sp805_wdt.c | 147 static int wdt_config(struct watchdog_device *wdd, bool ping) in wdt_config() argument 152 if (!ping) { in wdt_config() 167 if (!ping) in wdt_config() 220 .ping = wdt_ping,
|
D | bcm47xx_wdt.c | 101 .ping = bcm47xx_wdt_hard_keepalive, 172 .ping = bcm47xx_wdt_soft_keepalive,
|
/Linux-v4.19/Documentation/ |
D | IRQ-affinity.txt | 31 [root@moon 44]# ping -f h 34 --- hell ping statistics --- 50 [root@moon 44]# ping -f h 53 --- hell ping statistics ---
|
/Linux-v4.19/tools/testing/selftests/powerpc/tm/ |
D | tm-trap.c | 185 void *ping(void *not_used) in ping() function 300 rc = pthread_create(&t0_ping, &attr, ping, NULL); in tm_trap_test()
|
/Linux-v4.19/arch/mips/boot/dts/xilfpga/ |
D | nexys4ddr.dts | 66 xlnx,rx-ping-pong = <0x1>; 68 xlnx,tx-ping-pong = <0x1>;
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
D | trigger-onmax-action-hist.tc | 41 ping localhost -c 3
|
D | trigger-onmatch-action-hist.tc | 43 ping localhost -c 5
|
D | trigger-onmatch-onmax-action-hist.tc | 43 ping localhost -c 5
|
D | trigger-field-variable-support.tc | 37 ping localhost -c 3
|
D | trigger-inter-event-combined-hist.tc | 51 ping localhost -c 3
|
/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | forwarding.config.sample | 21 PING=ping
|
/Linux-v4.19/samples/qmi/ |
D | qmi_sample_client.c | 68 char ping[4]; member 82 ping), 309 memcpy(req.ping, "ping", sizeof(req.ping)); in ping_write()
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/event/ |
D | subsystem-enable.tc | 18 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | toplevel-enable.tc | 17 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | event-enable.tc | 18 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | event-pid.tc | 20 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
1234567