Searched refs:msg_loop (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/net/ |
D | nettest.c | 920 static int msg_loop(int client, int sd, void *addr, socklen_t alen, in msg_loop() function 1190 rc = msg_loop(0, lsd, (void *) addr, alen, args); in do_server() 1237 rc = msg_loop(0, csd, (void *) addr, alen, args); in do_server() 1394 rc = msg_loop(1, sd, addr, alen, args); in do_client()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 451 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_loop() function 646 err = msg_loop(rx_fd, iov_count, iov_buf, in sendmsg_test() 675 err = msg_loop(c1, iov_count, iov_buf, in sendmsg_test()
|