Loading net/sctp/sm_statefuns.c +28 −30 Original line number Diff line number Diff line Loading @@ -3501,8 +3501,9 @@ static sctp_disposition_t sctp_sf_shut_8_4_5(struct net *net, struct sctp_chunk *shut; packet = sctp_ootb_pkt_new(net, asoc, chunk); if (!packet) return SCTP_DISPOSITION_NOMEM; if (packet) { /* Make an SHUTDOWN_COMPLETE. * The T bit will be set if the asoc is NULL. */ Loading Loading @@ -3539,9 +3540,6 @@ static sctp_disposition_t sctp_sf_shut_8_4_5(struct net *net, return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); } return SCTP_DISPOSITION_NOMEM; } /* * Handle SHUTDOWN ACK in COOKIE_ECHOED or COOKIE_WAIT state. * Loading Loading
net/sctp/sm_statefuns.c +28 −30 Original line number Diff line number Diff line Loading @@ -3501,8 +3501,9 @@ static sctp_disposition_t sctp_sf_shut_8_4_5(struct net *net, struct sctp_chunk *shut; packet = sctp_ootb_pkt_new(net, asoc, chunk); if (!packet) return SCTP_DISPOSITION_NOMEM; if (packet) { /* Make an SHUTDOWN_COMPLETE. * The T bit will be set if the asoc is NULL. */ Loading Loading @@ -3539,9 +3540,6 @@ static sctp_disposition_t sctp_sf_shut_8_4_5(struct net *net, return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands); } return SCTP_DISPOSITION_NOMEM; } /* * Handle SHUTDOWN ACK in COOKIE_ECHOED or COOKIE_WAIT state. * Loading