Home
last modified time | relevance | path

Searched refs:nb_sockets (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c524 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 …]
H A Dxskxceiver.h173 u16 nb_sockets; member