Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/tools/testing/selftests/net/mptcp/
Dmptcp_connect.sh313 do_ping() function
878 do_ping "$ns1" $sender 10.0.1.1
879 do_ping "$ns1" $sender dead:beef:1::1
881 do_ping "$ns2" $sender 10.0.1.2
882 do_ping "$ns2" $sender dead:beef:1::2
883 do_ping "$ns2" $sender 10.0.2.1
884 do_ping "$ns2" $sender dead:beef:2::1
886 do_ping "$ns3" $sender 10.0.2.2
887 do_ping "$ns3" $sender dead:beef:2::2
888 do_ping "$ns3" $sender 10.0.3.2
[all …]
Dmptcp_join.sh568 do_ping() function
/linux-6.6.21/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-6.6.21/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()