Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 25 of 158) sorted by relevance

1234567

/Linux-v4.19/samples/bpf/
Dtest_lwt_bpf.sh143 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 …]
Dtc_l2_redirect.sh108 $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
Dtest_ipip.sh104 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
Dtest_cgrp2_sock2.sh51 ping -c1 -w1 172.16.1.100
76 ping -c1 -w1 172.16.1.100
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_tunnel.sh284 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 …]
Dtest_xdp_redirect.sh58 ip netns exec ns1 ping -c 1 10.1.1.22
59 ip netns exec ns2 ping -c 1 10.1.1.11
Dtest_xdp_meta.sh49 ip netns exec ns1 ping -c 1 10.1.1.22
50 ip netns exec ns2 ping -c 1 10.1.1.11
Dtest_sock_addr.sh7 ping -${1} -q -c 1 -W 1 ${2%%/*} >/dev/null 2>&1
/Linux-v4.19/drivers/watchdog/
Dmax63xx_wdt.c56 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()
Dsp805_wdt.c147 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,
Dbcm47xx_wdt.c101 .ping = bcm47xx_wdt_hard_keepalive,
172 .ping = bcm47xx_wdt_soft_keepalive,
/Linux-v4.19/Documentation/
DIRQ-affinity.txt31 [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/
Dtm-trap.c185 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/
Dnexys4ddr.dts66 xlnx,rx-ping-pong = <0x1>;
68 xlnx,tx-ping-pong = <0x1>;
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-onmax-action-hist.tc41 ping localhost -c 3
Dtrigger-onmatch-action-hist.tc43 ping localhost -c 5
Dtrigger-onmatch-onmax-action-hist.tc43 ping localhost -c 5
Dtrigger-field-variable-support.tc37 ping localhost -c 3
Dtrigger-inter-event-combined-hist.tc51 ping localhost -c 3
/Linux-v4.19/tools/testing/selftests/net/forwarding/
Dforwarding.config.sample21 PING=ping
/Linux-v4.19/samples/qmi/
Dqmi_sample_client.c68 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/
Dsubsystem-enable.tc18 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
Dtoplevel-enable.tc17 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
Devent-enable.tc18 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
Devent-pid.tc20 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1

1234567