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

/include/net/
H A Dgarp.h105 struct sk_buff *pdu; member in struct:garp_applicant
H A Dllc_pdu.h36 #define LLC_PDU_IS_GROUP_DSAP(pdu) \
37 ((pdu->dsap & LLC_PDU_GROUP_DSAP_MASK) ? 0 : 1)
38 #define LLC_PDU_IS_INDIV_DSAP(pdu) \
39 (!(pdu->dsap & LLC_PDU_GROUP_DSAP_MASK) ? 0 : 1)
45 #define LLC_PDU_IS_CMD(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 0 : 1)
46 #define LLC_PDU_IS_RSP(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 1 : 0)
58 #define LLC_PDU_TYPE_IS_I(pdu) \
59 ((!(pdu
235 struct llc_pdu_un *pdu; local
311 struct llc_pdu_un *pdu = llc_pdu_un_hdr(skb); local
325 struct llc_pdu_un *pdu = llc_pdu_un_hdr(skb); local
342 struct llc_pdu_un *pdu = llc_pdu_un_hdr(skb); local
375 struct llc_pdu_un *pdu = llc_pdu_un_hdr(skb); local
399 struct llc_pdu_un *pdu = llc_pdu_un_hdr(skb); local
[all...]

Completed in 542 milliseconds