OpenBSD cvs log

created 2024-07-17T05:31:05Z
begin 2024-07-13T10:09:40Z
end 2024-07-13T12:00:11Z
path src/sys
commits 1

date 2024-07-13T12:00:11Z
author bluhm
files src/sys/netinet/in_proto.c log diff annotate
message 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@