remember if the ipv4 header checksum is ok.
authordlg <dlg@openbsd.org>
Thu, 3 Jun 2021 01:55:52 +0000 (01:55 +0000)
committerdlg <dlg@openbsd.org>
Thu, 3 Jun 2021 01:55:52 +0000 (01:55 +0000)
commitb1cb9b446a0c1ae0eb53e378cdd1090082bf40c4
tree908a148c8bb7800f40c45776437028d36b1ee5b1
parent71c0bb0b4bae49e4bfb4827f265e2b4c30bf092a
remember if the ipv4 header checksum is ok.

if a bridge checks the ip header before the network stack, then we
can remember it was ok when the bridge checks it so the ip stack
doesnt have to.

ok claudio@ mvs@
sys/netinet/ip_input.c