Home
last modified time | relevance | path

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

/linux/net/llc/
H A Dllc_c_st.c728 .next_state = LLC_CONN_STATE_REJ,
751 .next_state = LLC_CONN_STATE_REJ,
774 .next_state = LLC_CONN_STATE_REJ,
795 .next_state = LLC_CONN_STATE_REJ,
816 .next_state = LLC_CONN_STATE_REJ,
832 .next_state = LLC_CONN_STATE_REJ,
1416 .next_state = LLC_CONN_STATE_REJ,
1436 .next_state = LLC_CONN_STATE_REJ,
1493 .next_state = LLC_CONN_STATE_REJ,
1512 .next_state = LLC_CONN_STATE_REJ,
[all …]
H A Dllc_proc.c165 [LLC_CONN_STATE_REJ] = "rej",
H A Dllc_conn.c625 state != LLC_CONN_STATE_REJ; in llc_data_accept_state()
/linux/include/net/
H A Dllc_c_st.h26 #define LLC_CONN_STATE_REJ 5 /* connected state */ macro