Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dstress_reuseport_listen.c28 int *lfds, *cur_fd, err, optvalue = 1; in bind_reuseport_sock6() local
38 lfds = malloc(nr_vips * nr_socks_per_vip * sizeof(lfds[0])); in bind_reuseport_sock6()
39 if (!lfds) in bind_reuseport_sock6()
42 cur_fd = lfds; in bind_reuseport_sock6()
66 return lfds; in bind_reuseport_sock6()
74 int *lfds, i, err; in main() local
83 lfds = bind_reuseport_sock6(); in main()
87 err = listen(lfds[i], 0); in main()
101 close(lfds[i]); in main()
103 free(lfds); in main()