Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_iter_batch.c866 static void do_test(int sock_type, bool onebyone) in do_test() argument
920 nread = read(iter_fd, outputs, onebyone ? sizeof(*outputs) : to_read); in do_test()
930 ASSERT_EQ(nread, onebyone ? sizeof(*outputs) : to_read, "nread"); in do_test()
941 nread = read(iter_fd, outputs, onebyone ? sizeof(*outputs) : to_read); in do_test()