table of contents
other versions
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¶
struct sock * sksocket
bool slow
slow mode
DESCRIPTION¶
fast unlock socket for user context. If slow mode is on, we call regular release_sockCOPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |