sctp: kill abandoned SCTP_CMD_TRANSMIT command
Remove SCTP_CMD_TRANSMIT command as it never be used. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6a435732ac
commit
66009927f1
2 changed files with 0 additions and 7 deletions
|
@ -1415,12 +1415,6 @@ static int sctp_cmd_interpreter(sctp_event_t event_type,
|
|||
SCTP_RTXR_T3_RTX);
|
||||
break;
|
||||
|
||||
case SCTP_CMD_TRANSMIT:
|
||||
/* Kick start transmission. */
|
||||
error = sctp_outq_uncork(&asoc->outqueue);
|
||||
local_cork = 0;
|
||||
break;
|
||||
|
||||
case SCTP_CMD_ECN_CE:
|
||||
/* Do delayed CE processing. */
|
||||
sctp_do_ecn_ce_work(asoc, cmd->obj.u32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue