Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c126 static int do_socket(bool do_tcp) in do_socket() function
360 fd = do_socket(cfg_tcp); in do_recv()
/openbmc/qemu/linux-user/
H A Dsyscall.c3128 static abi_long do_socket(int domain, int type, int protocol) in do_socket() function
3682 return do_socket(a[0], a[1], a[2]); in do_socketcall()
10632 return do_socket(arg1, arg2, arg3); in _syscall2()