SHDLC_LLC_HEAD_ROOM
skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM +
skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM);
*rx_headroom = SHDLC_LLC_HEAD_ROOM;