Searched refs:sctp_sf_discard_chunk (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | sm_statetable.c | 110 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 112 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 120 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 122 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 150 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 152 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 154 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 156 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 158 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 160 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ [all …]
|
D | sm_statefuns.c | 1767 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_2_3_initack() 2269 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_shutdown_pending_abort() 2312 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_shutdown_sent_abort() 2579 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_9_1_abort() 3740 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, in sctp_sf_do_asconf() 3859 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, in sctp_sf_do_asconf_ack() 4433 enum sctp_disposition sctp_sf_discard_chunk(struct net *net, in sctp_sf_discard_chunk() function
|
/Linux-v4.19/include/net/sctp/ |
D | sm.h | 124 sctp_state_fn_t sctp_sf_discard_chunk; variable
|