Home
last modified time | relevance | path

Searched refs:do_ping (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/testing/selftests/net/hsr/
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 "$ns2" dead:beef:1::1
[all …]
/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_connect.sh319 do_ping() function
899 do_ping "$ns1" $sender 10.0.1.1
900 do_ping "$ns1" $sender dead:beef:1::1
902 do_ping "$ns2" $sender 10.0.1.2
903 do_ping "$ns2" $sender dead:beef:1::2
904 do_ping "$ns2" $sender 10.0.2.1
905 do_ping "$ns2" $sender dead:beef:2::1
907 do_ping "$ns3" $sender 10.0.2.2
908 do_ping "$ns3" $sender dead:beef:2::2
909 do_ping "$ns3" $sender 10.0.3.2
[all …]
Dmptcp_join.sh563 do_ping() function
/Linux-v6.6/drivers/usb/dwc2/
Dhcd.h114 u8 do_ping; member
Dhcd.c513 if (chan->do_ping) in dwc2_hc_enable_slave_ints()
1205 if (chan->do_ping) { in dwc2_hc_start_transfer()
1413 if (chan->do_ping) in dwc2_hc_start_transfer_ddma()
2333 chan->do_ping = 0; in dwc2_hc_init_xfer()
2360 chan->do_ping = 0; in dwc2_hc_init_xfer()
2599 chan->do_ping = 0; in dwc2_assign_and_init_hc()
2601 chan->do_ping = qh->ping_state; in dwc2_assign_and_init_hc()
2808 } else if (chan->do_ping) { in dwc2_queue_transaction()
/Linux-v6.6/tools/testing/selftests/net/
Dipsec.c746 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, in do_ping() function
1746 if (do_ping(cmd_fd, buf, page_size, src, true, 0, 0, udp_ping_send)) { in child_serv()
1771 if (do_ping(cmd_fd, buf, page_size, tunsrc, in child_serv()
1895 if (do_ping(cmd_fd, buf, page_size, tun_reply ? tunsrc : src, in grand_child_serv()