Searched refs:txpid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 716 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 D | test_sockmap.c | 740 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