Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 22 Apr 2001 13:56:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 22 Apr 2001 13:56:49 -0400 Received: from mail.cis.nctu.edu.tw ([140.113.23.5]:21261 "EHLO mail.cis.nctu.edu.tw") by vger.kernel.org with ESMTP id ; Sun, 22 Apr 2001 13:56:40 -0400 Message-ID: <00bd01c0cb56$7f0f29a0$ae58718c@cis.nctu.edu.tw> Reply-To: "gis88530" From: "gis88530" To: Subject: BPF and SKB Date: Mon, 23 Apr 2001 02:03:09 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello, I have study the BPF, and I know it calls Socket Filtering in Linux. (user) | (buffer) | (BPF) (origin protocol stack) | | (Data Link Layer) Does the buffer above BPF is skb_buff? If yes, origin protocol stack will get packet from it. After the packet be processed, the packet in the buffer will be del. Right? Thanks for your advise. - 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/