Searched refs:LLC_PDU_TYPE_IS_U (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_s_ev.c37 LLC_PDU_TYPE_IS_U(pdu) &&
66 LLC_PDU_TYPE_IS_U(pdu) &&
76 LLC_PDU_TYPE_IS_U(pdu) &&
95 LLC_PDU_TYPE_IS_U(pdu) &&
105 LLC_PDU_TYPE_IS_U(pdu) &&
H A Dllc_station.c156 LLC_PDU_TYPE_IS_U(pdu) && /* U type PDU */
168 LLC_PDU_TYPE_IS_U(pdu) && /* U type PDU */
181 LLC_PDU_TYPE_IS_U(pdu) && /* U type PDU */
194 LLC_PDU_TYPE_IS_U(pdu) && /* U type PDU */
H A Dllc_c_ev.c152 return LLC_PDU_IS_CMD(pdu) && LLC_PDU_TYPE_IS_U(pdu) &&
160 return LLC_PDU_IS_RSP(pdu) && LLC_PDU_TYPE_IS_U(pdu) &&
168 return LLC_PDU_IS_RSP(pdu) && LLC_PDU_TYPE_IS_U(pdu) &&
431 return LLC_PDU_IS_CMD(pdu) && LLC_PDU_TYPE_IS_U(pdu) &&
439 return LLC_PDU_IS_RSP(pdu) && LLC_PDU_TYPE_IS_U(pdu) &&
452 } else if (LLC_PDU_TYPE_IS_U(pdu) && LLC_U_PF_IS_1(pdu))
466 else if (LLC_PDU_TYPE_IS_U(pdu))
485 else if (LLC_PDU_TYPE_IS_U(pdu))
H A Dllc_c_ac.c100 LLC_PDU_TYPE_IS_U(pdu) &&
104 LLC_PDU_TYPE_IS_U(pdu) &&
138 LLC_PDU_TYPE_IS_U(pdu) &&
143 LLC_PDU_TYPE_IS_U(pdu) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dllc_pdu.h61 #define LLC_PDU_TYPE_IS_U(pdu) \ macro

Completed in 128 milliseconds