Searched defs:curr_state (Results 1 - 2 of 2) sorted by relevance

/net/llc/
H A Dllc_sap.c122 struct llc_sap_state *curr_state = &llc_sap_state_table[sap->state - 1]; local
127 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++)
H A Dllc_conn.c412 struct llc_conn_state *curr_state = local
418 for (next_trans = curr_state->transitions +
662 struct llc_conn_state *curr_state; local
666 curr_state = &llc_conn_state_table[state];
670 next_offset += llc_find_next_offset(curr_state,

Completed in 73 milliseconds