table of contents
other versions
UNLOCK_SOCK_FAST(9) | Linux Networking | UNLOCK_SOCK_FAST(9) |
NAME¶
unlock_sock_fast - complement of lock_sock_fast
SYNOPSIS¶
void unlock_sock_fast(struct sock * sk, bool slow);
ARGUMENTS¶
struct sock * sk
socket
bool slow
slow mode
DESCRIPTION¶
fast unlock socket for user context. If slow mode is on, we call regular release_sock
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |