table of contents
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¶
sk
socket
slow
slow mode
DESCRIPTION¶
fast unlock socket for user context. If slow mode is on, we call regular release_sock
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |