Searched refs:SCTP_CMD_DELETE_TCB (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/sctp/ |
D | command.h | 46 SCTP_CMD_DELETE_TCB, /* Delete the current association. */ enumerator
|
/Linux-v4.19/net/sctp/ |
D | sm_sideeffect.c | 620 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_cmd_init_failed() 661 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_cmd_assoc_failed() 1347 case SCTP_CMD_DELETE_TCB: in sctp_cmd_interpreter()
|
D | sm_statefuns.c | 281 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_4_C() 467 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_5_1B_init() 1620 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_unexpected_init() 2217 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_5_2_4_dupcook() 3505 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_do_9_2_final() 5099 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_sf_cookie_wait_prm_shutdown()
|