Searched refs:LLC_CONN_STATE_NORMAL (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/net/llc/ |
D | llc_c_st.c | 84 .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 …]
|
D | llc_proc.c | 162 [LLC_CONN_STATE_NORMAL] = "normal",
|
D | llc_conn.c | 631 return state != LLC_CONN_STATE_NORMAL && state != LLC_CONN_STATE_BUSY && in llc_data_accept_state()
|
/linux-2.6.39/include/net/ |
D | llc_c_st.h | 20 #define LLC_CONN_STATE_NORMAL 3 /* connected state */ macro
|