Searched refs:do_ping (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/hsr/ |
D | hsr_ping.sh | 34 do_ping "$ns1" 100.64.0.2 35 do_ping "$ns2" 100.64.0.1 36 do_ping "$ns3" 100.64.0.1 39 do_ping "$ns1" 100.64.0.3 40 do_ping "$ns2" 100.64.0.3 41 do_ping "$ns3" 100.64.0.2 43 do_ping "$ns1" dead:beef:1::2 44 do_ping "$ns1" dead:beef:1::3 45 do_ping "$ns2" dead:beef:1::1 46 do_ping "$ns2" dead:beef:1::2 [all …]
|
D | hsr_redbox.sh | 12 do_ping "${ns1}" 100.64.0.2 13 do_ping "${ns2}" 100.64.0.1 15 do_ping "${ns4}" 100.64.0.51 16 do_ping "${ns5}" 100.64.0.41 18 do_ping "${ns3}" 100.64.0.1 19 do_ping "${ns1}" 100.64.0.3 20 do_ping "${ns1}" 100.64.0.41 21 do_ping "${ns4}" 100.64.0.1 22 do_ping "${ns1}" 100.64.0.51 23 do_ping "${ns5}" 100.64.0.1
|
D | hsr_common.sh | 14 do_ping() function
|
/linux-6.12.1/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.sh | 297 do_ping() function 869 do_ping "$ns1" $sender 10.0.1.1 870 do_ping "$ns1" $sender dead:beef:1::1 872 do_ping "$ns2" $sender 10.0.1.2 873 do_ping "$ns2" $sender dead:beef:1::2 874 do_ping "$ns2" $sender 10.0.2.1 875 do_ping "$ns2" $sender dead:beef:2::1 877 do_ping "$ns3" $sender 10.0.2.2 878 do_ping "$ns3" $sender dead:beef:2::2 879 do_ping "$ns3" $sender 10.0.3.2 [all …]
|
D | mptcp_join.sh | 553 do_ping() function
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | br_netfilter.sh | 26 do_ping() function 151 do_ping "$ns1" 10.0.0.12 152 do_ping "$ns3" 10.23.0.1 153 do_ping "$ns4" 10.23.0.1
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | hcd.h | 114 u8 do_ping; member
|
D | hcd.c | 513 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() 2814 } else if (chan->do_ping) { in dwc2_queue_transaction()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | ipsec.c | 746 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()
|