Home
last modified time | relevance | path

Searched refs:LLC_2_PDU_RSP_RR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/llc/
Dllc_pdu.c260 pdu->ctrl_1 |= LLC_2_PDU_RSP_RR; in llc_pdu_init_as_rr_rsp()
Dllc_c_ev.c418 LLC_S_PDU_RSP(pdu) == LLC_2_PDU_RSP_RR ? 0 : 1; in llc_conn_ev_rx_rr_rsp_fbit_set_0()
428 LLC_S_PDU_RSP(pdu) == LLC_2_PDU_RSP_RR ? 0 : 1; in llc_conn_ev_rx_rr_rsp_fbit_set_1()
/linux-5.19.10/include/net/
Dllc_pdu.h137 #define LLC_2_PDU_RSP_RR 0x00 /* rx ready rsp */ macro