Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_socket.c83 static int linux_set_socket_flags(int, int *);
595 linux_set_socket_flags(int lflags, int *flags) in linux_set_socket_flags() function
705 retval_socket = linux_set_socket_flags(args->type & ~LINUX_SOCK_TYPE_MASK, in linux_socket()
834 error = linux_set_socket_flags(flags, &bsd_args.flags); in linux_accept_common()
937 error = linux_set_socket_flags(args->type & ~LINUX_SOCK_TYPE_MASK, in linux_socketpair()