summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2017-05-18 10:56:45 +0000
committerbluhm <bluhm@openbsd.org>2017-05-18 10:56:45 +0000
commitea7848408c0d4634c25084306937f0cfac83caff (patch)
tree6229c99f36b7222a3a7467af155dc42d589f0974 /sys/netinet/tcp_debug.c
parentSince copyin(9) already doeas access 32-bit quantities atomically, we can (diff)
downloadwireguard-openbsd-ea7848408c0d4634c25084306937f0cfac83caff.tar.xz
wireguard-openbsd-ea7848408c0d4634c25084306937f0cfac83caff.zip
The function name ip4_input() is confusing as it also handles IPv6
packets. This is the IP in IP protocol input function, so call it ipip_input(). Rename the existing ipip_input() to ipip_input_gif() as it is the input function used by the gif interface. Pass the address family to make it consistent with pr_input. Use __func__ in debug print and panic messages. Move all ipip prototypes to the ip_ipip.h header file. OK dhill@ mpi@
Diffstat (limited to 'sys/netinet/tcp_debug.c')
0 files changed, 0 insertions, 0 deletions