Re: sk_buff question

2001-06-01 Thread Francois Romieu
Emmanuel Varagnat <[EMAIL PROTECTED]> écrit : > I need to had a header to the data in the sk_buff. > But what to do if there is no enough space left at the head ? I assume "alloc+copy" isn't the expected answer, is it ? > I saw skb_copy_expand, but it gives me a new sk_buff. Is there > a way to

sk_buff question

2001-05-31 Thread Emmanuel Varagnat
I need to had a header to the data in the sk_buff. But what to do if there is no enough space left at the head ? I saw skb_copy_expand, but it gives me a new sk_buff. Is there a way to expand the headroom and keep the pointer on the sk_buff ? Thanks -Manu - To unsubscribe from this list: send t