Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dsiocgskns_test.c1366 int ipc_L3[2]; in TEST() local
1376 if (socketpair(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0, ipc_L3) < 0) { in TEST()
1387 close(ipc_L3[0]); in TEST()
1388 close(ipc_L3[1]); in TEST()
1395 close(ipc_L3[0]); in TEST()
1399 close(ipc_L3[1]); in TEST()
1405 close(ipc_L3[1]); in TEST()
1412 close(ipc_L3[1]); in TEST()
1435 if (sendmsg(ipc_L3[1], &msg, 0) < 0) { in TEST()
1437 close(ipc_L3[1]); in TEST()
[all …]