Re: TCP bug?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 27 Oct 1998 20:32:21 +0000 (GMT)


> if (skb_cloned(skb) || toosmall(skb)) {
> skn = skb_copy(skb, GFP_KERNEL);
> /* etc */
> }
>
> and this would be safe? Nice to know. :-)

skb_realloc_headroom I think is the one you want

-
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/