Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dllc_pdu.h69 #define LLC_U_PF_IS_1(pdu) ((pdu->ctrl_1 & LLC_U_PF_BIT_MASK) ? 1 : 0) macro
/linux-3.4.99/net/llc/
Dllc_c_ev.c456 } else if (LLC_PDU_TYPE_IS_U(pdu) && LLC_U_PF_IS_1(pdu)) in llc_conn_ev_rx_xxx_cmd_pbit_set_1()