> - I've added a print of the skb->data_len and skb->len sizes right > before the BUG_ON line. > skb->data_len was always 0, so I don't understand why there is a kernel panic. A race of two CPUs doing an skb_pull or something like that? - R.