Home
last modified time | relevance | path

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

/linux-6.15/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()
1263 DECLARE_BITMAP(bitmap, test->nb_sockets); in receive_pkts()
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()
[all …]
H A Dxskxceiver.h173 u16 nb_sockets; member