Home
last modified time | relevance | path

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

/openbmc/linux/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 + in llc_shdlc_alloc_skb()
134 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb()
728 *rx_headroom = SHDLC_LLC_HEAD_ROOM; in llc_shdlc_init()