Searched refs:next_action (Results 1 – 2 of 2) sorted by relevance
150 const llc_sap_action_t *next_action = trans->ev_actions; in llc_exec_sap_trans_actions() local152 for (; next_action && *next_action; next_action++) in llc_exec_sap_trans_actions()153 if ((*next_action)(sap, skb)) in llc_exec_sap_trans_actions()
438 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions() local440 for (next_action = trans->ev_actions; in llc_exec_conn_trans_actions()441 next_action && *next_action; next_action++) { in llc_exec_conn_trans_actions()442 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions()