Searched refs:TYPE_SCTP_FUNC (Results 1 – 1 of 1) sorted by relevance
/linux/net/sctp/ |
H A D | sm_statetable.c | 89 #define TYPE_SCTP_FUNC(func) {.fn = func, .name = #func} macro 93 TYPE_SCTP_FUNC(sctp_sf_ootb), \ 95 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 97 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 99 TYPE_SCTP_FUNC(sctp_sf_eat_data_6_2), \ 101 TYPE_SCTP_FUNC(sctp_sf_eat_data_6_2), \ 103 TYPE_SCTP_FUNC(sctp_sf_eat_data_fast_4_4), \ 105 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 107 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 112 TYPE_SCTP_FUNC(sctp_sf_do_5_1B_init), \ [all …]
|