Home
last modified time | relevance | path

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

/linux-5.19.10/net/llc/
Dllc_c_st.c685 .next_state = LLC_CONN_STATE_BUSY,
705 .next_state = LLC_CONN_STATE_BUSY,
1359 .next_state = LLC_CONN_STATE_BUSY,
1379 .next_state = LLC_CONN_STATE_BUSY,
1396 .next_state = LLC_CONN_STATE_BUSY,
1534 .next_state = LLC_CONN_STATE_BUSY,
1556 .next_state = LLC_CONN_STATE_BUSY,
1576 .next_state = LLC_CONN_STATE_BUSY,
1596 .next_state = LLC_CONN_STATE_BUSY,
1611 .next_state = LLC_CONN_STATE_BUSY,
[all …]
Dllc_proc.c164 [LLC_CONN_STATE_BUSY] = "busy",
Dllc_conn.c612 return state != LLC_CONN_STATE_NORMAL && state != LLC_CONN_STATE_BUSY && in llc_data_accept_state()
/linux-5.19.10/include/net/
Dllc_c_st.h21 #define LLC_CONN_STATE_BUSY 4 /* connected state */ macro