Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Dipsec.c1956 int cmd_sock[2]; in start_child() local
1990 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()