Lines Matching full:close
88 if (close(fd)) { in sock_fanout_open()
89 perror("close packet"); in sock_fanout_open()
170 if (close(pfd)) { in sock_fanout_set_ebpf()
171 perror("close ebpf"); in sock_fanout_set_ebpf()
283 if (close(fds[1]) || close(fds[0])) { in test_control_group()
338 if (close(fds[0]) || close(fds[1]) || close(fds[2])) { in test_unique_fanout_group_ids()
385 fprintf(stderr, "close rings\n"); in test_datapath()
388 if (close(fds_udp[1][1]) || close(fds_udp[1][0]) || in test_datapath()
389 close(fds_udp[0][1]) || close(fds_udp[0][0]) || in test_datapath()
390 close(fds[1]) || close(fds[0])) { in test_datapath()
391 fprintf(stderr, "close datapath\n"); in test_datapath()