Loading net/sctp/sm_statefuns.c +21 −23 Original line number Original line Diff line number Diff line Loading @@ -3237,8 +3237,9 @@ static sctp_disposition_t sctp_sf_tabort_8_4_8(struct net *net, struct sctp_chunk *abort; struct sctp_chunk *abort; packet = sctp_ootb_pkt_new(net, asoc, chunk); packet = sctp_ootb_pkt_new(net, asoc, chunk); if (!packet) return SCTP_DISPOSITION_NOMEM; if (packet) { /* Make an ABORT. The T bit will be set if the asoc /* Make an ABORT. The T bit will be set if the asoc * is NULL. * is NULL. */ */ Loading Loading @@ -3266,9 +3267,6 @@ static sctp_disposition_t sctp_sf_tabort_8_4_8(struct net *net, return SCTP_DISPOSITION_CONSUME; return SCTP_DISPOSITION_CONSUME; } } return SCTP_DISPOSITION_NOMEM; } /* /* * Received an ERROR chunk from peer. Generate SCTP_REMOTE_ERROR * Received an ERROR chunk from peer. Generate SCTP_REMOTE_ERROR * event as ULP notification for each cause included in the chunk. * event as ULP notification for each cause included in the chunk. Loading Loading
net/sctp/sm_statefuns.c +21 −23 Original line number Original line Diff line number Diff line Loading @@ -3237,8 +3237,9 @@ static sctp_disposition_t sctp_sf_tabort_8_4_8(struct net *net, struct sctp_chunk *abort; struct sctp_chunk *abort; packet = sctp_ootb_pkt_new(net, asoc, chunk); packet = sctp_ootb_pkt_new(net, asoc, chunk); if (!packet) return SCTP_DISPOSITION_NOMEM; if (packet) { /* Make an ABORT. The T bit will be set if the asoc /* Make an ABORT. The T bit will be set if the asoc * is NULL. * is NULL. */ */ Loading Loading @@ -3266,9 +3267,6 @@ static sctp_disposition_t sctp_sf_tabort_8_4_8(struct net *net, return SCTP_DISPOSITION_CONSUME; return SCTP_DISPOSITION_CONSUME; } } return SCTP_DISPOSITION_NOMEM; } /* /* * Received an ERROR chunk from peer. Generate SCTP_REMOTE_ERROR * Received an ERROR chunk from peer. Generate SCTP_REMOTE_ERROR * event as ULP notification for each cause included in the chunk. * event as ULP notification for each cause included in the chunk. Loading