From owner-freebsd-net@FreeBSD.ORG Thu Feb 28 21:06:22 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33D259C4 for ; Thu, 28 Feb 2013 21:06:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id D25E4214 for ; Thu, 28 Feb 2013 21:06:21 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id tb18so545178obb.31 for ; Thu, 28 Feb 2013 13:06:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=QAzyMlvWs1ksnjlCqinvkpHjPiyTZMmbtItZl3/2Nd8=; b=pgGk0dEUtKupJ4YSJaeYse/1ocLcrqvOsXMYQbUFCABMm2pndCpYBS76hVDnVMadlj ej9LNbRMfjIMY7HCv/6TKqp4RA+B0cLlDzYCmpaoz2/7sOKJ1BwxCkcMw2ARJuTQAtPw qYrnIlya4r7oVncg5DzRPV2Tzf96GlHUpaMumeM+fIyhN+gDAC1ygSV47qkvhAFVRg34 //P04LkYVBBoZHqh7kttVswELM3bTEkWIwxCu3rKA/5kxwNPAJwR6pVqyskCMGQMr8CT Qj4V2q7+K1hs6dAVkzrSW65mxdNopaF+nVM/H45I3ubR670TLexgDc4Kpjk22JctnUl3 rKEA== MIME-Version: 1.0 X-Received: by 10.60.170.20 with SMTP id ai20mr6981817oec.33.1362085581347; Thu, 28 Feb 2013 13:06:21 -0800 (PST) Sender: carpeddiem@gmail.com Received: by 10.60.150.239 with HTTP; Thu, 28 Feb 2013 13:06:21 -0800 (PST) In-Reply-To: <20130228191035.GA36576@sandvine.com> References: <20130228191035.GA36576@sandvine.com> Date: Thu, 28 Feb 2013 16:06:21 -0500 X-Google-Sender-Auth: xzo9jXk2tT7XLayWbwX7vHvIHDU Message-ID: Subject: Re: [PATCH] Handle PACKET_TAG_IPFORWARD and TIMEWAIT state From: Ed Maste To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 21:06:22 -0000 On 28 February 2013 14:10, Ed Maste wrote: > The attached patch keeps the fwd_tag > around until finished with pcb lookup. There's a small bug in that patch - a corrected version, which handles a NULL return from m_tag_find, can be found at: http://people.freebsd.org/~emaste/patches/fwd_tag_findpcb.diff