Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2004 10:54:33 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 47807 for review
Message-ID:  <200402281854.i1SIsXvW098587@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=47807

Change 47807 by rwatson@rwatson_tislabs on 2004/02/28 10:54:21

	m_tag is required, but it's now #ifdef FAST_IPSEC rather than
	global to the function.  Note that the m_tag local to dummynet
	processing shadows the global one, suggesting that perhaps
	it shouldn't be local after all.

Affected files ...

.. //depot/projects/netperf_socket/sys/netinet/ip_input.c#5 edit

Differences ...

==== //depot/projects/netperf_socket/sys/netinet/ip_input.c#5 (text+ko) ====

@@ -311,6 +311,7 @@
 	struct in_addr odst;			/* original dst address */
 #endif
 #ifdef FAST_IPSEC
+	struct m_tag *mtag;
 	struct tdb_ident *tdbi;
 	struct secpolicy *sp;
 	int s, error;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402281854.i1SIsXvW098587>