Searched refs:curr_state (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dllc_s_st.h26 u8 curr_state; member in struct:llc_sap_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/llc/
H A Dllc_s_st.c176 .curr_state = LLC_SAP_STATE_INACTIVE,
180 .curr_state = LLC_SAP_STATE_ACTIVE,
H A Dllc_station.c107 u8 curr_state; member in struct:llc_station_state
513 .curr_state = LLC_STATION_STATE_DOWN,
517 .curr_state = LLC_STATION_STATE_DUP_ADDR_CHK,
521 .curr_state = LLC_STATION_STATE_UP,
560 struct llc_station_state *curr_state = local
563 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++)
H A Dllc_sap.c104 struct llc_sap_state *curr_state = &llc_sap_state_table[sap->state - 1]; local
109 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++)
H A Dllc_conn.c400 struct llc_conn_state *curr_state = local
406 for (next_trans = curr_state->transitions +
590 struct llc_conn_state *curr_state; local
594 curr_state = &llc_conn_state_table[state];
598 next_offset += llc_find_next_offset(curr_state,

Completed in 52 milliseconds