Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dllc_pdu.h36 #define LLC_PDU_IS_GROUP_DSAP(pdu) \ argument
38 #define LLC_PDU_IS_INDIV_DSAP(pdu) \ argument
45 #define LLC_PDU_IS_CMD(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 0 : 1) argument
46 #define LLC_PDU_IS_RSP(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 1 : 0) argument
58 #define LLC_PDU_TYPE_IS_I(pdu) \ argument
61 #define LLC_PDU_TYPE_IS_U(pdu) \ argument
64 #define LLC_PDU_TYPE_IS_S(pdu) \ argument
69 #define LLC_U_PF_IS_1(pdu) ((pdu->ctrl_1 & LLC_U_PF_BIT_MASK) ? 1 : 0) argument
70 #define LLC_U_PF_IS_0(pdu) ((!(pdu->ctrl_1 & LLC_U_PF_BIT_MASK)) ? 1 : 0) argument
73 #define LLC_U_PDU_CMD(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) argument
[all …]
Dgarp.h105 struct sk_buff *pdu; member