diff options
author | 2017-05-18 10:56:45 +0000 | |
---|---|---|
committer | 2017-05-18 10:56:45 +0000 | |
commit | ea7848408c0d4634c25084306937f0cfac83caff (patch) | |
tree | 6229c99f36b7222a3a7467af155dc42d589f0974 /sys/netinet/tcp_debug.c | |
parent | Since copyin(9) already doeas access 32-bit quantities atomically, we can (diff) | |
download | wireguard-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