Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 17:11:08 +0100
From:      Joerg Sonnenberger <joerg@britannica.bec.de>
To:        cvs-src@freebsd.org
Subject:   Re: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h
Message-ID:  <20050225161108.GC1562@britannica.bec.de>
In-Reply-To: <Pine.NEB.3.96L.1050224202238.23622A-100000@fledge.watson.org>
References:  <20050224135254.A8585@odysseus.silby.com> <Pine.NEB.3.96L.1050224202238.23622A-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 24, 2005 at 08:25:27PM +0000, Robert Watson wrote:
> @@ -1461,7 +1464,7 @@
>  		if (m_head == NULL)
>  			break;
>  
> -		if (rl_encap(sc, m_head))
> +		if (rl_encap(sc, &m_head))
>  			break;
>  
>  		/* Pass a copy of this mbuf chain to the bpf subsystem. */

This is a place where it actually works, because the packet is fully
dropped and the mbuf was freed already.

Joerg



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