LLC_RESERVE
skb_reserve(skb, LL_RESERVED_SPACE(app->dev) + LLC_RESERVE);
skb = dev_alloc_skb(length+LLC_RESERVE);
skb_reserve(skb, LLC_RESERVE);