Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_input.c80 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()
/openbmc/linux/include/net/
H A Dllc_pdu.h53 #define LLC_PDU_TYPE_MASK 0x03 macro