Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dsm_sideeffect.c1112 asoc, sctp_state_tbl[state], state_fn->name)
1139 const struct sctp_sm_table_entry *state_fn; in sctp_do_sm() local
1147 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm()
1152 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
/Linux-v5.4/scripts/
Dunifdef.c415 typedef void state_fn(void); typedef
458 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {