Searched refs:do_ping (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/hsr/ |
H A D | hsr_ping.sh | 50 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...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.sh | 314 do_ping() function 614 do_ping "$ns1" $sender 10.0.1.1 615 do_ping "$ns1" $sender dead:beef:1::1 617 do_ping "$ns2" $sender 10.0.1.2 618 do_ping "$ns2" $sender dead:beef:1::2 619 do_ping "$ns2" $sender 10.0.2.1 620 do_ping "$ns2" $sender dead:beef:2::1 622 do_ping "$ns3" $sender 10.0.2.2 623 do_ping "$ns3" $sender dead:beef:2::2 624 do_ping " [all...] |
H A D | mptcp_join.sh | 120 do_ping() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.sh | 313 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 " [all...] |
H A D | mptcp_join.sh | 568 do_ping() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 705 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, in do_ping() function 1609 if (do_ping(cmd_fd, buf, page_size, src, true, 0, 0, udp_ping_send)) { in child_serv() 1634 if (do_ping(cmd_fd, buf, page_size, tunsrc, in child_serv() 1755 if (do_ping(cmd_fd, buf, page_size, tun_reply ? tunsrc : src, in grand_child_serv()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.h | 85 * @do_ping: True if a PING request should be issued on this channel 143 u8 do_ping; member
|
H A D | hcd.c | 548 if (chan->do_ping) in dwc2_hc_enable_slave_ints() 1240 if (chan->do_ping) { in dwc2_hc_start_transfer() 1448 if (chan->do_ping) in dwc2_hc_start_transfer_ddma() 2368 chan->do_ping = 0; in dwc2_hc_init_xfer() 2395 chan->do_ping = 0; in dwc2_hc_init_xfer() 2634 chan->do_ping = 0; in dwc2_assign_and_init_hc() 2636 chan->do_ping = qh->ping_state; in dwc2_assign_and_init_hc() 2843 } else if (chan->do_ping) { in dwc2_queue_transaction()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd.h | 56 * @do_ping: True if a PING request should be issued on this channel 114 u8 do_ping; member
|
H A 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() 2808 } else if (chan->do_ping) { in dwc2_queue_transaction()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A 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()
|
Completed in 32 milliseconds