table of contents
other versions
- stretch 4.9.168-1
UNLOCK_SOCK_FAST(9) | Linux Networking | UNLOCK_SOCK_FAST(9) |
NAME¶
unlock_sock_fast - complement of lock_sock_fastSYNOPSIS¶
void unlock_sock_fast(struct sock * sk, bool slow);
ARGUMENTS¶
sksocket
slow
slow mode
DESCRIPTION¶
fast unlock socket for user context. If slow mode is on, we call regular release_sockCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |