Home
last modified time | relevance | path

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

/linux-2.6.39/net/llc/
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 …]
Dllc_proc.c162 [LLC_CONN_STATE_NORMAL] = "normal",
Dllc_conn.c631 return state != LLC_CONN_STATE_NORMAL && state != LLC_CONN_STATE_BUSY && in llc_data_accept_state()
/linux-2.6.39/include/net/
Dllc_c_st.h20 #define LLC_CONN_STATE_NORMAL 3 /* connected state */ macro