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

123456789

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh26 # 1. routes NS2->IPv*_DST are brought down, so the only way a ping
32 # ping: SRC->[encap at veth1:egress]->GRE:decap->DST
33 # ping replies go DST->SRC directly
38 # ping: SRC->[encap at veth2:ingress]->GRE:decap->DST
39 # ping replies go DST->SRC directly
298 ip netns exec ${NS1} ping -c 1 -W 1 -I veth1 ${IPv4_DST} 2>&1 > /dev/null
368 # remove NS2->DST routes, ping fails
393 # source IP/device, which is easy to do with ping and hard with dd/nc.
399 # a negative test: remove routes to GRE devices: ping fails
450 # a negative test: remove routes to GRE devices: ping fail
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h385 } ping; member in union:qla4_work_evt::__anon2575
H A Dql4_os.c366 * If ping using LinkLocal address fails, try ping using
4978 * case to prevent ping-pong resets between functions */
5255 e->u.ping.status = status;
5256 e->u.ping.pid = pid;
5257 e->u.ping.data_size = data_size;
5258 memcpy(e->u.ping.data, data, data_size);
5289 e->u.ping.status,
5290 e->u.ping.pid,
5291 e->u.ping
[all...]
/linux-master/drivers/rtc/
H A Drtc-abx80x.c664 .ping = abx80x_wdog_ping,
H A Drtc-pcf2127.c467 .ping = pcf2127_wdt_ping,
H A Drtc-ds1307.c1672 .ping = ds1388_wdt_ping,
/linux-master/drivers/hwmon/
H A Dnct7904.c1007 .ping = nct7904_wdt_ping,
/linux-master/net/ipv6/
H A Dicmp.c56 #include <net/ping.h>
H A Daf_inet6.c48 #include <net/ping.h>
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh301 ip netns exec ${connector_ns} ping ${ping_args} $connect_addr >/dev/null || rc=1
874 mptcp_lib_result_code "${ret}" "ping tests"
876 stop_if_error "Could not even run ping tests"
H A Dmptcp_join.sh526 if ! ip netns exec ${connector_ns} ping -q -c 1 $connect_addr >/dev/null; then
/linux-master/tools/testing/selftests/net/
H A Dfib_tests.sh20 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping)
496 run_cmd "ip netns exec $ns2 ping -w1 -c1 192.0.2.1"
499 run_cmd "ip netns exec $ns2 ping -w1 -c1 127.0.0.1"
922 ping -f -c 1000 -W 1 1234::1 >/dev/null 2>&1
1708 run_cmd "ip netns exec $test-ns ping 10.0.0.1 -c 1 -i 1"
1938 run_cmd "ip netns exec $ns1 ping -w1 -c1 -s 1500 172.16.104.1"
2202 run_cmd "ip netns exec $ns1 ping -w1 -c1 172.16.104.1"
2203 log_test $rc 0 "Single path route with IPv6 gateway - ping"
H A Drtnetlink.sh806 # use ping to exercise the Tx path
807 ping -I $dev -c 3 -W 1 -i 0 $dstip >/dev/null
/linux-master/net/sunrpc/
H A Dclnt.c530 * It can ping the server in order to determine if it is up, and to see if
1758 /* Increment call count (version might not be valid for ping) */
2086 /* fail immediately if this is an RPC ping */
2886 if (clnt->cl_auth->au_ops->ping)
2887 return clnt->cl_auth->au_ops->ping(clnt);
3076 * If ping is set, then test that connectivity succeeds before
/linux-master/net/ipv4/
H A Dping.c38 #include <net/ping.h>
115 /* BUG? Why is this reuse and not reuseaddr? ping.c
117 * that other ping processes can steal its packets.
542 /* This is not a real error but ping wants to see it.
H A Dicmp.c17 * Alan Cox : Multicast ping reply as self.
83 #include <net/ping.h>
992 * Handle ICMP_ECHO ("ping") and ICMP_EXT_ECHO ("PROBE") requests.
H A Dsysctl_net_ipv4.c19 #include <net/ping.h>
H A Daf_inet.c107 #include <net/ping.h>
1809 * Sane defaults - nobody may create ping sockets.
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c2375 static DEVICE_ATTR(ping, 0200, NULL, dasd_device_ping);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c2354 /* ping all the active vfs to let them know we are going down */
7209 u32 ping; local
7213 ping = E1000_PF_CONTROL_MSG;
7215 ping |= E1000_VT_MSGTYPE_CTS;
7216 igb_write_mbx(hw, &ping, 1, i);

Completed in 563 milliseconds

123456789