Searched refs:SHDLC_LLC_HEAD_ROOM (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/nfc/hci/
H A Dllc_shdlc.c68 #define SHDLC_LLC_HEAD_ROOM 2 macro
131 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM +
134 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM);
728 *rx_headroom = SHDLC_LLC_HEAD_ROOM;

Completed in 142 milliseconds