Re: TCP bug?

kuznet@ms2.inr.ac.ru
Wed, 28 Oct 1998 20:00:44 +0300 (MSK)


Hello!

> Oops, you're right. I don't actually call skb_copy but use my own
> version of skb_realloc_headroom.

It is not good idea. Any module (CIPE in this case) outside of core cannot
know, what generic fields in skb must be initialized in copying.

Most of fields in skb are strictly private to core.

If you believe, that some primitive is missing,
it would be better to submit it for inclusion to core.

Alexey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/