Home
last modified time | relevance | path

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

/src/tests/sys/netinet/
H A Dso_reuseport_lb_test.c58 int *acceptcnt; in lb_simple_accept_loop() local
67 acceptcnt = calloc(nsds, sizeof(*acceptcnt)); in lb_simple_accept_loop()
68 ATF_REQUIRE_MSG(acceptcnt != NULL, "calloc() failed: %s", in lb_simple_accept_loop()
102 acceptcnt[i]++; in lb_simple_accept_loop()
113 ATF_REQUIRE_MSG(acceptcnt[i] > excnt, "uneven balancing"); in lb_simple_accept_loop()