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/