Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dsm_sideeffect.c1127 asoc, sctp_state_tbl[state], state_fn->name)
1154 const struct sctp_sm_table_entry *state_fn; in sctp_do_sm() local
1162 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm()
1167 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
/linux-6.1.9/scripts/
Dunifdef.c415 typedef void state_fn(void); typedef
458 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {