Searched refs:cmd_sock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 1816 int cmd_sock[2]; in start_child() local 1850 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 1956 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()
|
Completed in 12 milliseconds