From owner-cvs-src@FreeBSD.ORG Sun Feb 3 18:55:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA6B916A46B; Sun, 3 Feb 2008 18:55:46 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB8C13C4E8; Sun, 3 Feb 2008 18:55:46 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m13Itk9V036555; Sun, 3 Feb 2008 18:55:46 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m13ItkZ4036554; Sun, 3 Feb 2008 18:55:46 GMT (envelope-from mav) Message-Id: <200802031855.m13ItkZ4036554@repoman.freebsd.org> From: Alexander Motin Date: Sun, 3 Feb 2008 18:55:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_tee.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2008 18:55:46 -0000 mav 2008-02-03 18:55:45 UTC FreeBSD src repository Modified files: sys/netgraph ng_tee.c Log: Move all possible node logic out of the rcvdata() function to the newhook()/disconnect(). Unify function names with other nodes. Revision Changes Path 1.34 +90 -96 src/sys/netgraph/ng_tee.c