Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_c_st.c1210 .next_state = LLC_CONN_STATE_AWAIT,
1233 .next_state = LLC_CONN_STATE_AWAIT,
1256 .next_state = LLC_CONN_STATE_AWAIT,
2839 .next_state = LLC_CONN_STATE_AWAIT,
2957 .next_state = LLC_CONN_STATE_AWAIT,
2974 .next_state = LLC_CONN_STATE_AWAIT,
2991 .next_state = LLC_CONN_STATE_AWAIT,
3040 .next_state = LLC_CONN_STATE_AWAIT,
3055 .next_state = LLC_CONN_STATE_AWAIT,
3070 .next_state = LLC_CONN_STATE_AWAIT,
[all …]
H A Dllc_proc.c166 [LLC_CONN_STATE_AWAIT] = "await",
/openbmc/linux/include/net/
H A Dllc_c_st.h27 #define LLC_CONN_STATE_AWAIT 6 /* connected state */ macro