Home
last modified time | relevance | path

Searched refs:next_action (Results 1 – 1 of 1) sorted by relevance

/linux/net/llc/
H A Dllc_conn.c433 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions() local
435 for (next_action = trans->ev_actions; in llc_exec_conn_trans_actions()
436 next_action && *next_action; next_action++) { in llc_exec_conn_trans_actions()
437 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions()