Searched refs:LLC_PDU_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
80 if ((pdu->ctrl_1 & LLC_PDU_TYPE_MASK) != LLC_PDU_TYPE_U) in llc_pdu_type()120 if ((pdu->ctrl_1 & LLC_PDU_TYPE_MASK) == LLC_PDU_TYPE_U) in llc_fixup_skb()
53 #define LLC_PDU_TYPE_MASK 0x03 macro