Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265660AbUFIGwd (ORCPT ); Wed, 9 Jun 2004 02:52:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265659AbUFIGwd (ORCPT ); Wed, 9 Jun 2004 02:52:33 -0400 Received: from web52203.mail.yahoo.com ([206.190.39.85]:46984 "HELO web52203.mail.yahoo.com") by vger.kernel.org with SMTP id S265660AbUFIGwX (ORCPT ); Wed, 9 Jun 2004 02:52:23 -0400 Message-ID: <20040609065219.32565.qmail@web52203.mail.yahoo.com> Date: Tue, 8 Jun 2004 23:52:19 -0700 (PDT) From: linux lover Subject: interpret following C statement? To: linuxkernel Cc: linuxnet MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 25 hello, how to interpret following C statement? #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) what is use of tcp_skb_cb structure in kernel source tcp.h? how TCP_SKB_CB(skb) is translated in its definition? regards, linux_lover __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.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/