- 1. how to interpret C statement? (score: 1)
- Author: xxx (Luis R. Rodriguez)
- Date: Tue, 8 Jun 2004 08:44:12 -0700 (PDT)
- 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 translate
- /archives/netdev/2004-06/msg00200.html (6,887 bytes)
- 2. Re: how to interpret C statement? (score: 1)
- Author: e_alfaro@xxxxxxxxxxxxx>
- Date: Tue, 8 Jun 2004 23:41:06 +0300
- Easy. skb-cb used to keep struct tcp_skb_cb. Statement in your question do casting and return pointer to the structure.
- /archives/netdev/2004-06/msg00221.html (7,597 bytes)
- 3. how to interpret C statement? (score: 1)
- Author: linux lover <linux_lover2004@xxxxxxxxx>
- Date: Tue, 8 Jun 2004 08:44:12 -0700 (PDT)
- 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 translate
- /archives/netdev/2004-06/msg01084.html (6,902 bytes)
- 4. Re: how to interpret C statement? (score: 1)
- Author: Vladimir Kondratiev <vkondra@xxxxxxx>
- Date: Tue, 8 Jun 2004 23:41:06 +0300
- Easy. skb-cb used to keep struct tcp_skb_cb. Statement in your question do casting and return pointer to the structure.
- /archives/netdev/2004-06/msg01105.html (7,665 bytes)
This search system is powered by
Namazu