Home
last modified time | relevance | path

Searched refs:LLC_2_PDU_RSP_UA (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/llc/
Dllc_input.c90 case LLC_2_PDU_RSP_UA: in llc_pdu_type()
Dllc_pdu.c319 pdu->ctrl_1 |= LLC_2_PDU_RSP_UA; in llc_pdu_init_as_ua_rsp()
Dllc_c_ev.c444 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_UA ? 0 : 1; in llc_conn_ev_rx_ua_rsp_fbit_set_x()
491 case LLC_2_PDU_RSP_UA: in llc_conn_ev_rx_xxx_rsp_fbit_set_x()
/linux-5.19.10/include/net/
Dllc_pdu.h84 #define LLC_2_PDU_RSP_UA 0x60 macro