Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c1104 bool all_packets_received(struct test_spec *test, struct xsk_socket_info *xsk, u32 sock_num, in all_packets_received() argument
1110 __set_bit(sock_num, bitmap); in all_packets_received()
1115 __set_bit(sock_num, bitmap); in all_packets_received()
1128 u32 sock_num = 0; in receive_pkts() local
1140 xsk = &test->ifobj_rx->xsk_arr[sock_num]; in receive_pkts()
1142 if ((all_packets_received(test, xsk, sock_num, bitmap))) in receive_pkts()
1157 sock_num = (sock_num + 1) % test->nb_sockets; in receive_pkts()