Lines Matching refs:state
11 * These are the state tables for the SCTP state machine.
43 enum sctp_state state);
60 rtn = &_table[event_subtype._type][(int)state]; \
68 enum sctp_state state,
73 return sctp_chunk_event_lookup(net, event_subtype.chunk, state);
378 * The secondary index for this table is the state.
440 * The secondary index for this table is the state.
468 * The secondary index for this table is the state.
495 * The secondary index for this table is the state.
522 * The secondary index for this table is the state.
684 * The secondary index for this table is the state.
968 enum sctp_state state)
970 if (state > SCTP_STATE_MAX)
977 return &chunk_event_table[cid][state];
982 return &prsctp_chunk_event_table[0][state];
985 return &addip_chunk_event_table[0][state];
988 return &addip_chunk_event_table[1][state];
991 return &reconf_chunk_event_table[0][state];
994 return &auth_chunk_event_table[0][state];
997 return &chunk_event_table_unknown[state];