Date: Tue, 6 May 2003 13:34:04 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c Message-ID: <200305062034.h46KY4xk046947@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/05/06 13:34:04 PDT FreeBSD src repository Modified files: sys/netinet ip_input.c Log: Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-data copying for mbuf headers now works properly in m_dup_pkthdr(), so we don't need to do an explicit copy. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.237 +2 -5 src/sys/netinet/ip_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305062034.h46KY4xk046947>