Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linux/
HDlinux_socket.c91 static int linux_set_socket_flags(int, int *);
746 linux_set_socket_flags(int lflags, int *flags) in linux_set_socket_flags() function
884 retval_socket = linux_set_socket_flags(args->type & ~LINUX_SOCK_TYPE_MASK, in linux_socket()
1036 error = linux_set_socket_flags(flags, &bflags); in linux_accept_common()
1171 error = linux_set_socket_flags(args->type & ~LINUX_SOCK_TYPE_MASK, in linux_socketpair()