Home
last modified time | relevance | path

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

/linux-5.19.10/net/llc/
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 …]
Dllc_proc.c166 [LLC_CONN_STATE_AWAIT] = "await",
/linux-5.19.10/include/net/
Dllc_c_st.h23 #define LLC_CONN_STATE_AWAIT 6 /* connected state */ macro