Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c716 int rx_fd, txpid, rxpid, err = 0; in sendmsg_test() local
780 txpid = fork(); in sendmsg_test()
781 if (txpid == 0) { in sendmsg_test()
802 } else if (txpid == -1) { in sendmsg_test()
808 assert(waitpid(txpid, &tx_status, 0) == txpid); in sendmsg_test()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c740 int rx_fd, txpid, rxpid, err = 0; in sendmsg_test() local
824 txpid = fork(); in sendmsg_test()
825 if (txpid == 0) { in sendmsg_test()
846 } else if (txpid == -1) { in sendmsg_test()
852 assert(waitpid(txpid, &tx_status, 0) == txpid); in sendmsg_test()

Completed in 6 milliseconds