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

/net/llc/
H A Dllc_sap.c149 llc_sap_action_t *next_action = trans->ev_actions; local
151 for (; next_action && *next_action; next_action++)
152 if ((*next_action)(sap, skb))
H A Dllc_conn.c457 llc_conn_action_t *next_action; local
459 for (next_action = trans->ev_actions;
460 next_action && *next_action; next_action++) {
461 int rc2 = (*next_action)(sk, skb);

Completed in 160 milliseconds