Searched refs:sctp_sf_pdiscard (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | sm_statefuns.c | 233 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_4_C() 324 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1B_init() 336 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1B_init() 358 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1B_init() 520 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1C_ack() 578 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1C_ack() 719 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1D_ce() 763 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1D_ce() 767 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1D_ce() 797 return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_1D_ce() [all …]
|
D | sm_statetable.c | 223 TYPE_SCTP_FUNC(sctp_sf_pdiscard), \
|
/Linux-v4.19/include/net/sctp/ |
D | sm.h | 122 sctp_state_fn_t sctp_sf_pdiscard; variable
|