Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dsm_statefuns.c382 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1B_init()
615 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1C_ack()
842 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1D_ce()
947 return SCTP_DISPOSITION_CONSUME; in sctp_sf_do_5_1E_ca()
974 return SCTP_DISPOSITION_CONSUME; in sctp_sf_heartbeat()
1022 return SCTP_DISPOSITION_CONSUME; in sctp_sf_sendbeat_8_3()
1089 return SCTP_DISPOSITION_CONSUME; in sctp_sf_beat_8_3()
1194 return SCTP_DISPOSITION_CONSUME; in sctp_sf_backbeat_8_3()
1453 retval = SCTP_DISPOSITION_CONSUME; in sctp_sf_do_unexpected_init()
1496 retval = SCTP_DISPOSITION_CONSUME; in sctp_sf_do_unexpected_init()
[all …]
Dsm_sideeffect.c1180 case SCTP_DISPOSITION_CONSUME: in sctp_side_effects()
/linux-4.4.14/include/net/sctp/
Dsm.h58 SCTP_DISPOSITION_CONSUME, /* Process return values normally. */ enumerator