CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/13 13:56:55
Modified files:
sys/kern : uipc_mbuf.c
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ipsec_output.c
sys/sys : mbuf.h
share/man/man9 : mbuf.9
Log message:
avoid extensive mbuf allocation for IPsec by replacing m_inject(4)
with m_makespace(4) from freebsd; ok mpi@, bluhm@, mikeb@, dlg@
