Re: TCP bug?

Olaf Titz (olaf@bigred.inka.de)
Tue, 27 Oct 1998 22:28:33 +0100


> Well, you will get after skb_copy() skb with the same
> space for headers.

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

> Also, it is unlikely that you may use GFP_KERNEL allocations
> anywhere but socket code.

...and of course it is GFP_ATOMIC, I should have checked my source
before posting. ;-)

Olaf

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