Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265133AbUFGXor (ORCPT ); Mon, 7 Jun 2004 19:44:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265132AbUFGXor (ORCPT ); Mon, 7 Jun 2004 19:44:47 -0400 Received: from bristol.phunnypharm.org ([65.207.35.130]:65224 "EHLO bristol.phunnypharm.org") by vger.kernel.org with ESMTP id S265133AbUFGXoq (ORCPT ); Mon, 7 Jun 2004 19:44:46 -0400 Date: Mon, 7 Jun 2004 18:57:44 -0400 From: Ben Collins To: Sushant Sharma Cc: linux-kernel@vger.kernel.org Subject: Re: when is alloc_skb called Message-ID: <20040607225744.GA26253@phunnypharm.org> References: <40C4DE2A.1070008@cs.unm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40C4DE2A.1070008@cs.unm.edu> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 873 Lines: 23 On Mon, Jun 07, 2004 at 03:29:14PM -0600, Sushant Sharma wrote: > Hi All > > I want to know which are the evnets > that can lead to the calling of alloc_skb > function which is used to allocate sk_buff. > Arrival and departure of packet are 2 events > which I know. Are there any other events/cases > which can lead to alloc_skb(...) function call in kernel. Some non-network related drivers use skb's for non-network related things (ieee1394 is one such abuser). -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ WatchGuard - http://www.watchguard.com/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/