Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c79 #define SHDLC_LLC_HEAD_ROOM 2 macro
142 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM + in llc_shdlc_alloc_skb()
145 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb()
756 *rx_headroom = SHDLC_LLC_HEAD_ROOM; in llc_shdlc_init()