Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_sockmap.c728 int rx_fd, txpid, rxpid, err = 0; in sendmsg_test() local
793 txpid = fork(); in sendmsg_test()
794 if (txpid == 0) { in sendmsg_test()
815 } else if (txpid == -1) { in sendmsg_test()
821 assert(waitpid(txpid, &tx_status, 0) == txpid); in sendmsg_test()

Completed in 5 milliseconds