Messages in this thread |  | | Date | Tue, 27 Aug 2002 18:49:33 -0700 (PDT) | Subject | Re: sk_buff for frame fragmentation and reassembly | From | "David S. Miller" <> |
| |
From: "Seong Moon" <seong@etri.re.kr> Date: Wed, 28 Aug 2002 10:42:50 +0900
I want to know the meaning of alloc_skb() and skb_copy_bit().
alloc_skb allocates a new SKB. skb_copy_bit copies data from a SKB to a kernel buffer.
net/core/skbuff.c has full documentation in the comments above alloc_skb, perhaps you should read it :-) - 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/
|  |