Searched refs:sctp_sf_discard_chunk (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/sctp/ |
D | sm_statetable.c | 108 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 110 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 118 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 120 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \ 148 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), \ [all …]
|
D | sm_statefuns.c | 1690 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_2_3_initack() 2149 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_shutdown_pending_abort() 2191 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_shutdown_sent_abort() 2456 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_9_1_abort() 3612 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_asconf() 3729 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_asconf_ack() 4239 sctp_disposition_t sctp_sf_discard_chunk(struct net *net, in sctp_sf_discard_chunk() function
|
/linux-4.1.27/include/net/sctp/ |
D | sm.h | 128 sctp_state_fn_t sctp_sf_discard_chunk; variable
|