Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_c_st.c2715 .next_state = LLC_CONN_STATE_AWAIT_REJ,
2738 .next_state = LLC_CONN_STATE_AWAIT_REJ,
2761 .next_state = LLC_CONN_STATE_AWAIT_REJ,
2888 .next_state = LLC_CONN_STATE_AWAIT_REJ,
2904 .next_state = LLC_CONN_STATE_AWAIT_REJ,
2921 .next_state = LLC_CONN_STATE_AWAIT_REJ,
3287 .next_state = LLC_CONN_STATE_AWAIT_REJ,
3323 .next_state = LLC_CONN_STATE_AWAIT_REJ,
3744 .next_state = LLC_CONN_STATE_AWAIT_REJ,
3772 .next_state = LLC_CONN_STATE_AWAIT_REJ,
[all …]
H A Dllc_proc.c168 [LLC_CONN_STATE_AWAIT_REJ] = "await_rej",
/openbmc/linux/include/net/
H A Dllc_c_st.h29 #define LLC_CONN_STATE_AWAIT_REJ 8 /* connected state */ macro