Searched refs:socket_context (Results 1 – 1 of 1) sorted by relevance
169 const auto& socket_context = context.empty() ? global_context : context; in Create() local170 auto result = CreateSocket(name, type | SOCK_CLOEXEC, passcred, perm, uid, gid, socket_context); in Create()