Searched refs:ping (Results 151 - 175 of 220) sorted by relevance

123456789

/linux-master/drivers/watchdog/
H A Dapple_wdt.c143 .ping = apple_wdt_ping,
H A Dcros_ec_wdt.c61 dev_dbg(wdd->parent, "Failed to ping watchdog (%d)", ret);
117 .ping = cros_ec_wdt_ping,
H A Dstm32_iwdg.c213 .ping = stm32_iwdg_ping,
H A Dbd9576_wdt.c79 .ping = bd9576_wdt_ping,
229 "rohm,watchdog-ping",
231 "watchdog-ping");
234 "getting watchdog-ping GPIO failed\n");
H A Dlenovo_se10_wdt.c151 .ping = wdt_ping,
H A Dasm9260_wdt.c193 .ping = asm9260_wdt_feed,
H A Dexar_wdt.c231 .ping = exar_wdt_keepalive,
H A Drealtek_otto_wdt.c224 .ping = otto_wdt_ping,
H A Drenesas_wdt.c170 .ping = rwdt_init_timeout,
H A Domap_wdt.c224 .ping = omap_wdt_ping,
H A Dsama5d4_wdt.c160 .ping = sama5d4_wdt_ping,
H A Drzg2l_wdt.c222 .ping = rzg2l_wdt_ping,
H A Darmada_37xx_wdt.c243 .ping = armada_37xx_wdt_ping,
H A Dhpwdt.c109 dev_dbg(wdd->parent, "ping watchdog 0x%08x:0x%08x\n", wdd->timeout, reload);
216 .ping = hpwdt_ping,
H A Dqcom-wdt.c154 .ping = qcom_wdt_ping,
285 * to inform the WDT subsystem to ping the WDT
H A Docteon-wdt-main.c41 * The userspace ping resets the watchdog on all CPUs.
147 /* Not open, just ping away... */
504 .ping = octeon_wdt_ping,
H A Drti_wdt.c205 .ping = rti_wdt_ping,
295 dev_warn(dev, "time_left > heartbeat? Assuming last ping just before now.\n");
H A Dwatchdog_dev.c119 * after the most recent ping from userspace, the last
120 * worker ping has to come in hw_heartbeat_ms before this timeout.
163 if (wdd->ops->ping) {
164 err = wdd->ops->ping(wdd); /* ping the watchdog */
180 * watchdog_ping - ping the watchdog
181 * @wdd: The watchdog device to ping
183 * If the watchdog has no own ping operation then it needs to be
186 * We only ping when the watchdog device is running.
260 if (watchdog_hw_running(wdd) && wdd->ops->ping) {
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtraceroute.sh264 ip netns exec $h1 ping -c5 1.0.2.4 >/dev/null 2>&1
H A Dipsec.c563 } ping; member in union:test_desc::__anon230
695 printk("EOF on reply to ping");
698 printk("ping reply packet is corrupted %zd/%zu", r_bytes, buf_len);
724 printk("EOF on reply to ping");
728 printk("ping reply packet is corrupted %zd/%zu", r_bytes, buf_len);
755 printk("Failed to init ping");
761 msg.body.ping.port = s_port;
762 memcpy(&msg.body.ping.reply_ip, &from, sizeof(from));
766 /* The other end sends ip to ping */
770 to = msg.body.ping
[all...]
H A Dxfrm_policy.sh12 # ns1: ping 10.0.2.2: passes via ipsec tunnel.
13 # ns2: ping 10.0.1.2: passes via ipsec tunnel.
15 # ns1: ping 10.0.1.253: passes via ipsec tunnel (direct policy)
16 # ns2: ping 10.0.2.253: passes via ipsec tunnel (direct policy)
18 # ns1: ping 10.0.2.254: does NOT pass via ipsec tunnel (exception)
19 # ns2: ping 10.0.1.254: does NOT pass via ipsec tunnel (exception)
206 ip netns exec ${ns[1]} ping -q -c 1 10.0.2.$ip > /dev/null
217 ip netns exec ${ns[2]} ping -q -c 1 10.0.1.$ip > /dev/null
236 # ping to .254 should be excluded from the tunnel (exception is in place).
239 echo "FAIL: expected ping t
[all...]
/linux-master/tools/testing/selftests/net/netfilter/
H A Dconntrack_tcp_unreplied.sh81 ip netns exec "$ns1" ping -q -c 2 10.11.11.2 >/dev/null || exit 1
H A Dconntrack_vrf.sh112 ip netns exec "$ns1" ping -W 1 -c 1 -I veth0 "$IP0" > /dev/null
H A Drpath.sh118 ip netns exec "$netns" ping -q -c 1 -W 1 "$@" >/dev/null
137 die "martian ping 192.168.42.1 succeeded"
139 die "martian ping fec0:42::1 succeeded"
152 die "regular ping 192.168.23.1 failed"
154 die "regular ping fec0:23::1 failed"
/linux-master/net/ipv6/
H A Dping.c9 * Based on ipv4/ping.c code.
24 #include <net/ping.h>

Completed in 223 milliseconds

123456789