Searched refs:sctp_sf_discard_chunk (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/sctp/ |
| D | sm_statetable.c | 95 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 97 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 105 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 107 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 135 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 137 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 139 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 141 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 143 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 145 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ [all …]
|
| D | sm_statefuns.c | 1752 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_2_3_initack() 2254 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_shutdown_pending_abort() 2297 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_shutdown_sent_abort() 2564 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_9_1_abort() 3726 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, in sctp_sf_do_asconf() 3869 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, in sctp_sf_do_asconf_ack() 4439 enum sctp_disposition sctp_sf_discard_chunk(struct net *net, in sctp_sf_discard_chunk() function
|
| /Linux-v5.4/include/net/sctp/ |
| D | sm.h | 109 sctp_state_fn_t sctp_sf_discard_chunk; variable
|