Searched refs:do_ping (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh50 do_ping() function
116 do_ping "$ns1" 100.64.0.2
117 do_ping "$ns2" 100.64.0.1
118 do_ping "$ns3" 100.64.0.1
121 do_ping "$ns1" 100.64.0.3
122 do_ping "$ns2" 100.64.0.3
123 do_ping "$ns3" 100.64.0.2
125 do_ping "$ns1" dead:beef:1::2
126 do_ping "$ns1" dead:beef:1::3
127 do_ping "
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dbridge_netfilter.sh44 do_ping() function
163 do_ping ${ns1} 10.0.0.12
164 do_ping ${ns3} 10.23.0.1
165 do_ping ${ns4} 10.23.0.1
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh288 do_ping() function
857 do_ping "$ns1" $sender 10.0.1.1
858 do_ping "$ns1" $sender dead:beef:1::1
860 do_ping "$ns2" $sender 10.0.1.2
861 do_ping "$ns2" $sender dead:beef:1::2
862 do_ping "$ns2" $sender 10.0.2.1
863 do_ping "$ns2" $sender dead:beef:2::1
865 do_ping "$ns3" $sender 10.0.2.2
866 do_ping "$ns3" $sender dead:beef:2::2
867 do_ping "
[all...]
H A Dmptcp_join.sh517 do_ping() function
/linux-master/drivers/usb/dwc2/
H A Dhcd.h56 * @do_ping: True if a PING request should be issued on this channel
114 u8 do_ping; member in struct:dwc2_host_chan
H A Dhcd.c513 if (chan->do_ping)
1205 if (chan->do_ping) {
1413 if (chan->do_ping)
2333 chan->do_ping = 0;
2360 chan->do_ping = 0;
2599 chan->do_ping = 0;
2601 chan->do_ping = qh->ping_state;
2814 } else if (chan->do_ping) {
/linux-master/tools/testing/selftests/net/
H A Dipsec.c746 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, function
1746 if (do_ping(cmd_fd, buf, page_size, src, true, 0, 0, udp_ping_send)) {
1771 if (do_ping(cmd_fd, buf, page_size, tunsrc,
1895 if (do_ping(cmd_fd, buf, page_size, tun_reply ? tunsrc : src,

Completed in 166 milliseconds