OpenBSD cvs log

created 2021-11-01T21:15:45Z
begin 2021-10-24T17:05:04Z
end 2021-10-24T17:08:27Z
path src/sys
commits 1

date 2021-10-24T17:08:27Z
author bluhm
files src/sys/netinet/ip_ah.c log diff annotate
src/sys/netinet/ip_esp.c log diff annotate
src/sys/netinet/ip_ipcomp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
message There are more m_pullup() in IPsec input. Pass down the pointer
to the mbuf to update it globally. At the end it will reach
ip_deliver() which expects a pointer to an mbuf.
OK sashan@