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.
704 * The secondary index for this table is the state.
1008 enum sctp_state state)
1010 if (state > SCTP_STATE_MAX)
1017 return &chunk_event_table[cid][state];
1022 return &prsctp_chunk_event_table[0][state];
1025 return &addip_chunk_event_table[0][state];
1028 return &addip_chunk_event_table[1][state];
1031 return &reconf_chunk_event_table[0][state];
1034 return &auth_chunk_event_table[0][state];
1037 return &pad_chunk_event_table[state];
1040 return &chunk_event_table_unknown[state];