Searched refs:state_fn (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/sctp/ |
D | sm_sideeffect.c | 1080 asoc, sctp_state_tbl[state], state_fn->name) 1105 const sctp_sm_table_entry_t *state_fn; in sctp_do_sm() local 1117 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm() 1122 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
|
/linux-4.1.27/scripts/ |
D | unifdef.c | 415 typedef void state_fn(void); typedef 458 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {
|