Searched refs:state_fn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_sideeffect.c | 1117 asoc, sctp_state_tbl[state], state_fn->name) 1144 const struct sctp_sm_table_entry *state_fn; in sctp_do_sm() local 1152 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm() 1157 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_sideeffect.c | 1126 asoc, sctp_state_tbl[state], state_fn->name) 1153 const struct sctp_sm_table_entry *state_fn; in sctp_do_sm() local 1161 state_fn = sctp_sm_lookup_event(net, event_type, state, subtype); in sctp_do_sm() 1166 status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands); in sctp_do_sm()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 415 typedef void state_fn(void); typedef 458 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 415 typedef void state_fn(void); typedef 458 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = {
|
Completed in 8 milliseconds