Mark IP protocol GRE as MP safe from socket layer.
authorbluhm <bluhm@openbsd.org>
Sat, 13 Jul 2024 12:00:11 +0000 (12:00 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 13 Jul 2024 12:00:11 +0000 (12:00 +0000)
commit093b188bc00a9b5cda68a9479c7b8d38c0c9d621
tree87ae2f999775521cc85bb4af58854eb834f8409a
parent2ab93df7b72749928c6c421954ded7b754e672f8
Mark IP protocol GRE as MP safe from socket layer.

The pipex code in gre_send() matches more or less what udp_send()
does.  This has been MP safe for a long time.  rip_send() is already
called with PR_MPSOCKET.

OK mvs@
sys/netinet/in_proto.c