Lines Matching full:close
101 if (close(fd)) { in sock_fanout_open()
102 perror("close packet"); in sock_fanout_open()
183 if (close(pfd)) { in sock_fanout_set_ebpf()
184 perror("close ebpf"); in sock_fanout_set_ebpf()
296 if (close(fds[1]) || close(fds[0])) { in test_control_group()
346 if (close(fds[2]) || close(fds[1]) || close(fds[0])) { in test_control_group_max_num_members()
401 if (close(fds[0]) || close(fds[1]) || close(fds[2])) { in test_unique_fanout_group_ids()
448 fprintf(stderr, "close rings\n"); in test_datapath()
451 if (close(fds_udp[1][1]) || close(fds_udp[1][0]) || in test_datapath()
452 close(fds_udp[0][1]) || close(fds_udp[0][0]) || in test_datapath()
453 close(fds[1]) || close(fds[0])) { in test_datapath()
454 fprintf(stderr, "close datapath\n"); in test_datapath()