Searched refs:ping (Results 176 - 200 of 220) sorted by relevance

123456789

/linux-master/drivers/watchdog/
H A Dmei_wdt.c84 * @resp_required: ping required response
85 * @response: ping response completion
124 * struct mei_wdt_start_request - watchdog start/ping
137 * struct mei_wdt_start_response - watchdog start/ping response
159 * mei_wdt_ping - send wd start/ping command
256 * mei_wdt_ops_ping - wd ping command from the watchdog core.
309 .ping = mei_wdt_ops_ping,
447 * run only after ping completion, otherwise the flow will
H A Dkempld_wdt.c429 .ping = kempld_wdt_keepalive,
H A Dsp5100_tco.c513 .ping = tco_timer_ping,
H A Dimx2_wdt.c249 .ping = imx2_wdt_ping,
338 * The i.MX7D doesn't support low power mode, so we need to ping the watchdog
H A Dimx7ulp_wdt.c232 .ping = imx7ulp_wdt_ping,
H A Dwdat_wdt.c308 .ping = wdat_wdt_ping,
H A Daspeed_wdt.c273 .ping = aspeed_wdt_ping,
H A Dmtk_wdt.c381 .ping = mtk_wdt_ping,
H A Df71808e_wdt.c441 .ping = fintek_wdt_keepalive,
H A DiTCO_wdt.c455 .ping = iTCO_wdt_ping,
H A Ddw_wdt.c353 .ping = dw_wdt_ping,
367 * following ping operations.
H A Dorion_wdt.c381 .ping = orion_wdt_ping,
H A Dziirave_wdt.c428 .ping = ziirave_wdt_ping,
H A Ds3c2410_wdt.c585 .ping = s3c2410wdt_keepalive,
H A Dstarfive-wdt.c421 .ping = starfive_wdt_keepalive,
/linux-master/drivers/clocksource/
H A Dtimer-tegra186.c241 .ping = tegra186_wdt_ping,
/linux-master/drivers/hwmon/
H A Dsch56xx-common.c484 .ping = watchdog_trigger,
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh178 -t icmp "ping,id=42,seq=10" -q
188 ping 192.0.2.2 -I$h1 -c1 -w1 -q 1>/dev/null 2>&1
233 -t icmp "ping,id=42,seq=5" -q
H A Dlib.sh27 : "${PING:=ping}"
28 : "${PING6:=ping6}" # Some distros just use ping.
58 # Constants for ping tests:
61 # Timeout (in seconds) before ping exits regardless of how many packets have
1432 log_test "ping$3"
1441 log_test "ping fails$3"
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh204 if ! ip netns exec "$ns1" ping -c 1 -q 10.0.2.99 > /dev/null; then
209 if ! ip netns exec "$ns2" ping -c 1 -q 10.0.1.99 > /dev/null; then
H A Dnft_concat_range.sh306 tools ping
323 tools ping
499 B ping -c1 -W1 "${dst_addr4}" >/dev/null 2>&1
515 B ping -q -6 -c1 -W1 "${dst_addr6}"
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c175 u32 ping; member in struct:isp1760_qh
869 ptd->dw3 |= TO_DW3_PING(qh->ping);
1432 qh->ping = FROM_DW3_PING(ptd.dw3);
1444 qh->ping = FROM_DW3_PING(ptd.dw3);
1460 qh->ping = 0;
/linux-master/tools/testing/selftests/net/
H A Dbareudp.sh110 PING6="ping"
279 # Run "ping" from NS0 and print the result
283 # * $1: the variant of ping to use (normally either "ping" or "ping6"),
284 # * $2: the IP address to ping,
341 ping_test_one "ping" "192.0.2.103" "IPv4 packets over ${UNDERLAY}${MODE}"
504 # Use ping6 on systems where ping doesn't handle IPv6
505 ping -w 1 -c 1 ::1 > /dev/null 2>&1 || PING6="ping6"
H A Dtest_bridge_backup_port.sh604 echo "Backup nexthop ID - ping"
632 run_cmd "ip netns exec $sw1 ping -i 0.1 -c 10 -w $PING_TIMEOUT 192.0.2.66"
635 # Reset the backup nexthop ID to 0 and check that ping fails.
639 run_cmd "ip netns exec $sw1 ping -i 0.1 -c 10 -w $PING_TIMEOUT 192.0.2.66"
702 -w Timeout for ping
H A Dveth.sh106 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null

Completed in 592 milliseconds

123456789