[BACK]Return to sctputil.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/sctputil.c between version 1.16 and 1.17

version 1.16, 2020/01/19 20:51:13 version 1.17, 2021/07/24 21:31:39
Line 1268  sctp_timer_start(int t_type, struct sctp
Line 1268  sctp_timer_start(int t_type, struct sctp
         case SCTP_TIMER_TYPE_INPKILL:          case SCTP_TIMER_TYPE_INPKILL:
                 /*                  /*
                  * The inp is setup to die. We re-use the                   * The inp is setup to die. We re-use the
                  * signature_chage timer since that has                   * signature_change timer since that has
                  * stopped and we are in the GONE state.                   * stopped and we are in the GONE state.
                  */                   */
                 tmr = &inp->sctp_ep.signature_change;                  tmr = &inp->sctp_ep.signature_change;
Line 1456  sctp_timer_stop(int t_type, struct sctp_
Line 1456  sctp_timer_stop(int t_type, struct sctp_
         case SCTP_TIMER_TYPE_INPKILL:          case SCTP_TIMER_TYPE_INPKILL:
                 /*                  /*
                  * The inp is setup to die. We re-use the                   * The inp is setup to die. We re-use the
                  * signature_chage timer since that has                   * signature_change timer since that has
                  * stopped and we are in the GONE state.                   * stopped and we are in the GONE state.
                  */                   */
                 tmr = &inp->sctp_ep.signature_change;                  tmr = &inp->sctp_ep.signature_change;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>