Searched refs:nb_sockets (Results 1 – 2 of 2) sorted by relevance
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()[all …]
173 u16 nb_sockets; member