Searched refs:cmd_sock (Results 1 – 1 of 1) sorted by relevance
1816 int cmd_sock[2]; in start_child() local1850 if (socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, cmd_sock)) { in start_child()1860 if (close(cmd_sock[0])) { in start_child()1864 return child_f(nr, test_desc_fd[0], cmd_sock[1], data_map); in start_child()1866 if (close(cmd_sock[1])) { in start_child()1870 return grand_child_f(nr, cmd_sock[0], data_map); in start_child()