Do not reload `inp' in gre_send(). The pointer to PCB of raw socket is
authormvs <mvs@openbsd.org>
Sat, 8 Apr 2023 13:50:22 +0000 (13:50 +0000)
committermvs <mvs@openbsd.org>
Sat, 8 Apr 2023 13:50:22 +0000 (13:50 +0000)
commit39dcd28483097402c2f5b0fb14acdcbe32e68732
treee93bf651d1aedfee79982c3847edb9c79be414e9
parentfa0c4e6617f993cc56c1503bd2606152b3a6df75
Do not reload `inp' in gre_send(). The pointer to PCB of raw socket is
immutable, we don't need to reload it again.

ok bluhm@
sys/netinet/ip_gre.c