state_fn
asoc, sctp_state_tbl[state], state_fn->name)
const struct sctp_sm_table_entry *state_fn;
state_fn = sctp_sm_lookup_event(net, event_type, state, subtype);
status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands);
static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {