Searched refs:cmd_sock (Results 1 – 1 of 1) sorted by relevance
1956 int cmd_sock[2]; in start_child() local1990 if (socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, cmd_sock)) { in start_child()2000 if (close(cmd_sock[0])) { in start_child()2004 return child_f(nr, test_desc_fd[0], cmd_sock[1], data_map); in start_child()2006 if (close(cmd_sock[1])) { in start_child()2010 return grand_child_f(nr, cmd_sock[0], data_map); in start_child()