mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 22:07:34 -04:00
of a socket. This avoids lock order reversal caused by locking a process in pgsigio(). sowakeup() and the callers of it (sowwakeup, soisconnected, etc.) now require sigio_lock to be locked. Provide sowwakeup_locked(), soisconnected_locked(), and so on in case where we have to modify a socket and wake up a process atomically. |
||
|---|---|---|
| .. | ||
| key.c | ||
| key.h | ||
| key_debug.c | ||
| key_debug.h | ||
| key_var.h | ||
| keydb.c | ||
| keydb.h | ||
| keysock.c | ||
| keysock.h | ||