Searched refs:next_trans (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_sap.c125 struct llc_sap_state_trans **next_trans; local
131 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++)
132 if (!next_trans[i]->ev(sap, skb)) {
133 rc = next_trans[i]; /* got event match; return it */
H A Dllc_station.c567 struct llc_station_state_trans **next_trans; local
571 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++)
572 if (!next_trans[i]->ev(skb)) {
573 rc = next_trans[i];
H A Dllc_conn.c396 struct llc_conn_state_trans **next_trans; local
406 for (next_trans = curr_state->transitions +
408 (*next_trans)->ev; next_trans++) {
409 if (!((*next_trans)->ev)(sk, skb)) {
416 for (next_qualifier = (*next_trans)->ev_qualifiers;
425 return *next_trans;
634 struct llc_conn_state_trans **next_trans; local
636 for (next_trans = state->transitions + offset;
637 (*next_trans)
[all...]

Completed in 28 milliseconds