diff options
author | 2017-05-15 12:57:42 +0000 | |
---|---|---|
committer | 2017-05-15 12:57:42 +0000 | |
commit | 1d3e135bf16619a3de412e3bd23910dea0081bcb (patch) | |
tree | a250f8662958d16b0b07843e403709283bdcc502 /sys/kern/uipc_socket.c | |
parent | Enable the NET_LOCK(), take 3. (diff) | |
download | wireguard-openbsd-1d3e135bf16619a3de412e3bd23910dea0081bcb.tar.xz wireguard-openbsd-1d3e135bf16619a3de412e3bd23910dea0081bcb.zip |
bridge_ioctl() doesn't need to call splnet().
All interface ioctl()s are executed with the NET_LOCK() held, which
protects all soft states of the network stack. IPL_NET is only needed
in drivers dealing with hardware and by extension the wireless stack.
Diffstat (limited to 'sys/kern/uipc_socket.c')
0 files changed, 0 insertions, 0 deletions