Messages in this thread |  | | From | Alon Ronen <> | Subject | skbuffs under kernel 2.4.4 | Date | Thu, 24 May 2001 10:26:58 +0200 |
| |
Hi all!
in sk_buff under kernel 2.4.4 there is a struct called skb_shared_info which lives at the end of the header data (at skb->end). one of it's fields is : struct sk_buff *frag_list. what is the purpose for it's existance? where in the tcp stack can I see the use for it, or where do I fill it? is there a relation between this field and the skb_frag_t frags[MAX_SKB_FRAGS] which also belongs to the same struct and is simply an array of objects the describe a fragment using page,offset & size?
thanks in advance,
--Alon
- 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/
|  |