Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_c_st.c84 .next_state = LLC_CONN_STATE_NORMAL,
383 .next_state = LLC_CONN_STATE_NORMAL,
482 .next_state = LLC_CONN_STATE_NORMAL,
503 .next_state = LLC_CONN_STATE_NORMAL,
627 .next_state = LLC_CONN_STATE_NORMAL,
648 .next_state = LLC_CONN_STATE_NORMAL,
665 .next_state = LLC_CONN_STATE_NORMAL,
855 .next_state = LLC_CONN_STATE_NORMAL,
868 .next_state = LLC_CONN_STATE_NORMAL,
889 .next_state = LLC_CONN_STATE_NORMAL,
[all …]
H A Dllc_proc.c163 [LLC_CONN_STATE_NORMAL] = "normal",
H A Dllc_conn.c624 return state != LLC_CONN_STATE_NORMAL && state != LLC_CONN_STATE_BUSY && in llc_data_accept_state()
/openbmc/linux/include/net/
H A Dllc_c_st.h24 #define LLC_CONN_STATE_NORMAL 3 /* connected state */ macro