Searched defs:pdu (Results 1 – 2 of 2) sorted by relevance
36 #define LLC_PDU_IS_GROUP_DSAP(pdu) \ argument38 #define LLC_PDU_IS_INDIV_DSAP(pdu) \ argument45 #define LLC_PDU_IS_CMD(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 0 : 1) argument46 #define LLC_PDU_IS_RSP(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 1 : 0) argument58 #define LLC_PDU_TYPE_IS_I(pdu) \ argument61 #define LLC_PDU_TYPE_IS_U(pdu) \ argument64 #define LLC_PDU_TYPE_IS_S(pdu) \ argument69 #define LLC_U_PF_IS_1(pdu) ((pdu->ctrl_1 & LLC_U_PF_BIT_MASK) ? 1 : 0) argument70 #define LLC_U_PF_IS_0(pdu) ((!(pdu->ctrl_1 & LLC_U_PF_BIT_MASK)) ? 1 : 0) argument73 #define LLC_U_PDU_CMD(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) argument[all …]
105 struct sk_buff *pdu; member