Home
last modified time | relevance | path

Searched refs:SCTP_DISPOSITION_CONSUME (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/sctp/
Dsm_statefuns.c390 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1B_init()
623 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1C_ack()
868 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1D_ce()
988 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1E_ca()
1016 return SCTP_DISPOSITION_CONSUME; in sctp_sf_heartbeat()
1064 return SCTP_DISPOSITION_CONSUME; in sctp_sf_sendbeat_8_3()
1093 return SCTP_DISPOSITION_CONSUME; in sctp_sf_send_reconf()
1160 return SCTP_DISPOSITION_CONSUME; in sctp_sf_beat_8_3()
1263 return SCTP_DISPOSITION_CONSUME; in sctp_sf_backbeat_8_3()
1526 retval = SCTP_DISPOSITION_CONSUME; in sctp_sf_do_unexpected_init()
[all …]
Dsm_sideeffect.c1249 case SCTP_DISPOSITION_CONSUME: in sctp_side_effects()
/Linux-v4.19/include/net/sctp/
Dsm.h58 SCTP_DISPOSITION_CONSUME, /* Process return values normally. */ enumerator