Lines Matching refs:nb_sockets
524 test->nb_sockets = 1; in __test_spec_init()
808 for (i = 0; i < test->nb_sockets; i++) { in pkt_stream_even_odd_sequence()
1253 if (bitmap_full(bitmap, test->nb_sockets)) in all_packets_received()
1263 DECLARE_BITMAP(bitmap, test->nb_sockets); in receive_pkts()
1292 sock_num = (sock_num + 1) % test->nb_sockets; in receive_pkts()
1449 return bitmap_full(bitmap, test->nb_sockets); in all_packets_sent()
1455 DECLARE_BITMAP(bitmap, test->nb_sockets); in send_pkts()
1459 for (i = 0; i < test->nb_sockets; i++) { in send_pkts()
1610 for (i = 0; i < test->nb_sockets; i++) { in xsk_configure_socket()
1715 for (i = 0; i < test->nb_sockets; i++) { in thread_common_ops()
1906 for (i = 0; i < test->nb_sockets; i++) in __testapp_validate_traffic()
1909 for (i = 0; i < test->nb_sockets; i++) in __testapp_validate_traffic()
2016 test->nb_sockets = 2; in testapp_xdp_prog_cleanup()
2239 test->nb_sockets = 2; in testapp_xdp_shared_umem()