Searched refs:LLC_CONN_STATE_BUSY (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/llc/ |
D | llc_c_st.c | 685 .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 …]
|
D | llc_proc.c | 164 [LLC_CONN_STATE_BUSY] = "busy",
|
D | llc_conn.c | 612 return state != LLC_CONN_STATE_NORMAL && state != LLC_CONN_STATE_BUSY && in llc_data_accept_state()
|
/linux-5.19.10/include/net/ |
D | llc_c_st.h | 21 #define LLC_CONN_STATE_BUSY 4 /* connected state */ macro
|