Home
last modified time | relevance | path

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

/linux/include/net/
H A Dllc_s_st.h37 extern struct llc_sap_state llc_sap_state_table[LLC_NR_SAP_STATES];
/linux/net/llc/
H A Dllc_s_st.c174 struct llc_sap_state llc_sap_state_table[LLC_NR_SAP_STATES] = { variable
H A Dllc_sap.c123 struct llc_sap_state *curr_state = &llc_sap_state_table[sap->state - 1]; in llc_find_sap_trans()